fix includes in new trim header to allow linux compile

This commit is contained in:
Dane Springmeyer 2012-12-07 16:30:36 -08:00
parent 7c58bf9fcb
commit 574fec8403

View file

@ -23,16 +23,14 @@
#ifndef MAPNIK_TRIM_HPP
#define MAPNIK_TRIM_HPP
// boost
//#include <boost/algorithm/string/trim.hpp>
// stl
#include <string>
#include <iostream>
#include <algorithm>
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