Merge pull request #4378 from tomhughes/stdint
Include cstdint for uint16_t
This commit is contained in:
commit
b9175100bd
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
|||
#include <mapnik/geometry.hpp>
|
||||
#include <mapnik/util/noncopyable.hpp>
|
||||
|
||||
// stl
|
||||
#include <cstdint>
|
||||
|
||||
namespace mapnik {
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue