workaround boost::error_cant_deduce_type error when building against boost trunk (currently 1_53) - refs #1658

This commit is contained in:
Dane Springmeyer 2013-01-15 17:12:53 -08:00
parent 2d340a296f
commit 24463d0f25

View file

@ -20,6 +20,12 @@
*
*****************************************************************************/
// TODO https://github.com/mapnik/mapnik/issues/1658
#include <boost/version.hpp>
#if BOOST_VERSION >= 105200
#define BOOST_SPIRIT_USE_PHOENIX_V3
#endif
// mapnik
#include <mapnik/json/feature_collection_parser.hpp>
#include <mapnik/json/feature_collection_grammar.hpp>