Merge pull request #4378 from tomhughes/stdint

Include cstdint for uint16_t
This commit is contained in:
Artem Pavlenko 2023-01-24 14:22:21 +00:00 committed by GitHub
commit b9175100bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,9 @@
#include <mapnik/geometry.hpp>
#include <mapnik/util/noncopyable.hpp>
// stl
#include <cstdint>
namespace mapnik {
/*!