This commit is contained in:
Dane Springmeyer 2014-10-15 19:03:36 -07:00
parent dac7170616
commit b90763469a

View file

@ -24,23 +24,21 @@
#define MAPNIK_TOPOJSON_GRAMMAR_HPP
// mapnik
#include <mapnik/value.hpp>
#include <mapnik/json/error_handler.hpp>
#include <mapnik/json/generic_json.hpp>
#include <mapnik/json/topology.hpp>
#include <mapnik/json/value_converters.hpp>
#include <mapnik/util/variant.hpp>
// boost
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix.hpp>
#include <boost/spirit/include/phoenix_function.hpp>
// stl
#include <string>
#include <vector>
namespace mapnik { namespace topojson {
namespace qi = boost::spirit::qi;
namespace phoenix = boost::phoenix;
namespace fusion = boost::fusion;
namespace standard_wide = boost::spirit::standard_wide;
using standard_wide::space_type;