fix includes post bf3efbeab8
- refs #1435
This commit is contained in:
parent
05fdb5424b
commit
c0539406d8
2 changed files with 4 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
|||
#include <mapnik/value_error.hpp>
|
||||
#include "mapnik_enumeration.hpp"
|
||||
#include <mapnik/feature_type_style.hpp>
|
||||
#include <mapnik/image_filter_parser.hpp> // image_filter_grammar
|
||||
#include <mapnik/image_filter_grammar.hpp> // image_filter_grammar
|
||||
#include <mapnik/image_filter_types.hpp> // generate_image_filters
|
||||
|
||||
using mapnik::feature_type_style;
|
||||
|
|
|
@ -28,7 +28,8 @@
|
|||
#include <mapnik/expression_grammar.hpp>
|
||||
#include <mapnik/path_expression_grammar.hpp>
|
||||
#include <mapnik/transform_expression_grammar.hpp>
|
||||
#include <mapnik/image_filter_parser.hpp>
|
||||
#include <mapnik/image_filter_grammar.hpp>
|
||||
#include <mapnik/image_filter.hpp>
|
||||
#include <mapnik/css_color_grammar.hpp>
|
||||
|
||||
// boost
|
||||
|
@ -57,7 +58,7 @@ public:
|
|||
mapnik::expression_grammar<std::string::const_iterator> expr_grammar;
|
||||
path_expression_grammar<std::string::const_iterator> path_expr_grammar;
|
||||
transform_expression_grammar<std::string::const_iterator> transform_expr_grammar;
|
||||
image_filter_grammar<std::string::const_iterator,std::vector<mapnik::filter::filter_type> > image_filters_grammar;
|
||||
image_filter_grammar<std::string::const_iterator,std::vector<filter::filter_type> > image_filters_grammar;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue