Merge pull request #4443 from hummeltech/png_io.hppMissingString

Add missing `#include <string>` to `include/mapnik/png_io.hpp`
This commit is contained in:
Artem Pavlenko 2024-04-18 09:09:50 +01:00 committed by GitHub
commit 283e2762d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,7 @@ extern "C" {
#include <png.h>
}
#include <set>
#include <string>
MAPNIK_DISABLE_WARNING_POP
#define MAX_OCTREE_LEVELS 4