include mapnik/config to avoid BOOST_MPL_LIMIT_VECTOR_SIZE macro mismatch warnings
This commit is contained in:
parent
439fcd0426
commit
dad4f64813
2 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#ifndef MAPNIK_JSON_ERROR_HANDLER_HPP
|
||||
#define MAPNIK_JSON_ERROR_HANDLER_HPP
|
||||
|
||||
#include <mapnik/config.hpp>
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wsign-conversion"
|
||||
#include <boost/spirit/home/qi.hpp>
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
*****************************************************************************/
|
||||
|
||||
// mapnik
|
||||
#include <mapnik/config.hpp>
|
||||
#include <mapnik/json/error_handler.hpp>
|
||||
#include <mapnik/json/geometry_grammar.hpp>
|
||||
#include <mapnik/json/positions_grammar_impl.hpp>
|
||||
|
|
Loading…
Add table
Reference in a new issue