Conditionally include <mapnik/image_filter_types.hpp> for BOOST_VERSION < 107000

This commit is contained in:
Artem Pavlenko 2019-11-20 09:41:23 +00:00
parent 29069560a9
commit 5482d8c7e2

View file

@ -21,7 +21,9 @@
*****************************************************************************/
#include <mapnik/css_color_grammar_x3_def.hpp>
#if BOOST_VERSION < 107000
#include <mapnik/image_filter_types.hpp>
#endif
namespace mapnik { namespace css_color_grammar {
namespace x3 = boost::spirit::x3;