Include boost/algorithm/string.hpp to get access to string algorithms.

This commit is contained in:
Tom Hughes 2009-02-05 11:41:10 +00:00
parent 425dea32a4
commit fb98b98e64

View file

@ -28,6 +28,7 @@
#include <mapnik/ptree_helpers.hpp> #include <mapnik/ptree_helpers.hpp>
// boost // boost
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp> #include <boost/lexical_cast.hpp>
#include <boost/tokenizer.hpp> #include <boost/tokenizer.hpp>