add string to box2d which is required by msvc
This commit is contained in:
parent
945e57286b
commit
f6b7bc0867
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ MAPNIK_DISABLE_WARNING_PUSH
|
|||
#include <boost/operators.hpp>
|
||||
MAPNIK_DISABLE_WARNING_POP
|
||||
|
||||
// stl
|
||||
#include <string>
|
||||
|
||||
// agg
|
||||
// forward declare so that apps using mapnik do not need agg headers
|
||||
namespace agg {
|
||||
|
|
Loading…
Reference in a new issue