mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Merge pull request #4378 from tomhughes/stdint
Include cstdint for uint16_t
This commit is contained in:
commit
b9175100bd
@ -28,6 +28,9 @@
|
||||
#include <mapnik/geometry.hpp>
|
||||
#include <mapnik/util/noncopyable.hpp>
|
||||
|
||||
// stl
|
||||
#include <cstdint>
|
||||
|
||||
namespace mapnik {
|
||||
|
||||
/*!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user