This commit is contained in:
Dane Springmeyer 2014-09-29 17:01:40 -07:00
parent 3ee609112a
commit 9b0d6fc702
2 changed files with 5 additions and 3 deletions

View file

@ -51,6 +51,11 @@
#include <vector>
#include <string>
#include <functional>
#include <map>
#include <tuple>
// boost
#include <boost/optional.hpp>
namespace agg { struct trans_affine; }

View file

@ -26,12 +26,9 @@
// mapnik
#include <mapnik/value_types.hpp>
#include <mapnik/value_hash.hpp>
#include <mapnik/unicode.hpp>
#include <mapnik/util/conversions.hpp>
#include <mapnik/util/variant.hpp>
// boost
#include <boost/functional/hash.hpp>
// stl
#include <string>
#include <cmath>