Merge pull request #4389 from MoeSzyslak98/gcc-13-fix
add cstdint header for gcc13 compilation.
This commit is contained in:
commit
20acc0e656
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#include <mapnik/geometry.hpp>
|
||||
// stl
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
|
||||
namespace mapnik {
|
||||
namespace util {
|
||||
|
|
Loading…
Reference in a new issue