Conditionally include <mapnik/image_filter_types.hpp> for BOOST_VERSION < 107000
This commit is contained in:
parent
29069560a9
commit
5482d8c7e2
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue