From 574fec840319be6465d7e6825c1b9401a5158141 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 7 Dec 2012 16:30:36 -0800 Subject: [PATCH] fix includes in new trim header to allow linux compile --- include/mapnik/util/trim.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/mapnik/util/trim.hpp b/include/mapnik/util/trim.hpp index 938956fca..4803f2f31 100644 --- a/include/mapnik/util/trim.hpp +++ b/include/mapnik/util/trim.hpp @@ -23,16 +23,14 @@ #ifndef MAPNIK_TRIM_HPP #define MAPNIK_TRIM_HPP -// boost -//#include - // stl #include -#include +#include namespace mapnik { namespace util { /* + https://github.com/mapnik/mapnik/issues/1633 faster trim (than boost::trim) that intentionally does not respect std::locale to avoid overhead in cases