Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 454284
Collapse All | Expand All

(-)a/src/json/feature_collection_parser.cpp (-1 / +6 lines)
Lines 20-25 Link Here
20
 *
20
 *
21
 *****************************************************************************/
21
 *****************************************************************************/
22
22
23
// TODO https://github.com/mapnik/mapnik/issues/1658
24
#include <boost/version.hpp>
25
#if BOOST_VERSION >= 105200
26
#define BOOST_SPIRIT_USE_PHOENIX_V3
27
#endif
28
23
// mapnik
29
// mapnik
24
#include <mapnik/json/feature_collection_parser.hpp>
30
#include <mapnik/json/feature_collection_parser.hpp>
25
#include <mapnik/json/feature_collection_grammar.hpp>
31
#include <mapnik/json/feature_collection_grammar.hpp>
26
- 

Return to bug 454284