fix compilation (add required headers and typedef)
This commit is contained in:
parent
f3edf2dfc0
commit
525cb60f0c
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <mapnik/config.hpp>
|
||||
#include <mapnik/wkt/wkt_grammar.hpp>
|
||||
#include <boost/spirit/include/phoenix.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
#include <boost/spirit/include/phoenix_fusion.hpp>
|
||||
#include <boost/spirit/include/phoenix_object.hpp>
|
||||
|
@ -43,7 +44,7 @@ wkt_grammar<Iterator>::wkt_grammar()
|
|||
qi::no_case_type no_case;
|
||||
qi::double_type double_;
|
||||
qi::_1_type _1;
|
||||
|
||||
qi::_a_type _a;
|
||||
using boost::phoenix::construct;
|
||||
using boost::phoenix::at_c;
|
||||
geometry_tagged_text = point_tagged_text(_r1)
|
||||
|
|
Loading…
Add table
Reference in a new issue