workaround boost::error_cant_deduce_type error when building against boost trunk (currently 1_53) - refs #1658
This commit is contained in:
parent
2d340a296f
commit
24463d0f25
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue