fix boost include path
This commit is contained in:
parent
72378c4c62
commit
f83b272a98
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue