Add missing #include <string>
to include/mapnik/png_io.hpp
This commit is contained in:
parent
15f6745223
commit
0ffd196010
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ extern "C" {
|
||||||
#include <png.h>
|
#include <png.h>
|
||||||
}
|
}
|
||||||
#include <set>
|
#include <set>
|
||||||
|
#include <string>
|
||||||
MAPNIK_DISABLE_WARNING_POP
|
MAPNIK_DISABLE_WARNING_POP
|
||||||
|
|
||||||
#define MAX_OCTREE_LEVELS 4
|
#define MAX_OCTREE_LEVELS 4
|
||||||
|
|
Loading…
Reference in a new issue