include mapnik/config to avoid BOOST_MPL_LIMIT_VECTOR_SIZE macro mismatch warnings

This commit is contained in:
Dane Springmeyer 2015-11-02 09:09:14 -08:00
parent 439fcd0426
commit dad4f64813
2 changed files with 2 additions and 0 deletions

View file

@ -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>

View file

@ -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>