add cstdint header for gcc13 compilation.
This commit is contained in:
parent
c4aa24496a
commit
76c5fd047d
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
#include <mapnik/geometry.hpp>
|
#include <mapnik/geometry.hpp>
|
||||||
// stl
|
// stl
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
namespace mapnik {
|
namespace mapnik {
|
||||||
namespace util {
|
namespace util {
|
||||||
|
|
Loading…
Reference in a new issue