Merge pull request #4389 from MoeSzyslak98/gcc-13-fix

add cstdint header for gcc13 compilation.
This commit is contained in:
Artem Pavlenko 2023-06-11 09:44:02 +01:00 committed by GitHub
commit 20acc0e656
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@
#include <mapnik/geometry.hpp>
// stl
#include <string>
#include <cstdint>
namespace mapnik {
namespace util {