Include cstdint for uint16_t

This commit is contained in:
Tom Hughes 2023-01-23 19:01:17 +00:00
parent 4e064b8b8e
commit c62e03344f

View file

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