Merge pull request #4404 from hummeltech/include_mapnik_geometry_cstdint_header
Add cstdint header include to `include/mapnik/geometry/boost_spirit_karma_adapter.hpp`
This commit is contained in:
commit
b7332b07a1
1 changed files with 4 additions and 0 deletions
|
@ -23,8 +23,12 @@
|
||||||
#ifndef MAPNIK_BOOST_SPIRIT_KARMA_ADAPTER_HPP
|
#ifndef MAPNIK_BOOST_SPIRIT_KARMA_ADAPTER_HPP
|
||||||
#define MAPNIK_BOOST_SPIRIT_KARMA_ADAPTER_HPP
|
#define MAPNIK_BOOST_SPIRIT_KARMA_ADAPTER_HPP
|
||||||
|
|
||||||
|
// mapnik
|
||||||
#include <mapnik/geometry.hpp>
|
#include <mapnik/geometry.hpp>
|
||||||
|
|
||||||
|
// stl
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
||||||
using mapbox::util::get;
|
using mapbox::util::get;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue