This commit is contained in:
Dane Springmeyer 2015-05-09 06:54:38 -07:00
parent f669a60a0f
commit 7ceba047c0

View file

@ -23,17 +23,16 @@
#ifndef MAPNIK_TOPOLOGY_HPP
#define MAPNIK_TOPOLOGY_HPP
#include <vector>
#include <list>
#include <mapnik/json/generic_json.hpp>
#include <mapnik/feature.hpp>
#include <mapnik/util/variant.hpp>
#include <boost/fusion/include/adapt_struct.hpp>
#include <boost/fusion/adapted/std_tuple.hpp>
#include <boost/optional.hpp>
#include <tuple>
#include <vector>
#include <list>
namespace mapnik { namespace topojson {
using index_type = int;