[PATCH] Include cstdint for uint16_t (c62e03344f)

This commit is contained in:
Tom Hughes 2023-10-30 09:48:02 -07:00 committed by David Hummel
parent 26eb76cc07
commit eaa9444201

View file

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