Add cstdint header include to include/mapnik/geometry/boost_spirit_karma_adapter.hpp
This commit is contained in:
parent
123232ffde
commit
b1282fe32c
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