fix includes in new trim header to allow linux compile
This commit is contained in:
parent
7c58bf9fcb
commit
574fec8403
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue