fix boost include path

This commit is contained in:
artemp 2013-12-03 09:10:51 +00:00
parent 72378c4c62
commit f83b272a98

View file

@ -26,7 +26,7 @@
#include <mapnik/simplify.hpp>
// boost
#include "boost/algorithm/string/replace.hpp" // for replace
#include <boost/algorithm/string/replace.hpp> // for replace
namespace mapnik {