avoid fwd declare of variant in params.hpp to avoid an excessive amount of cpp files needing variant.hpp directly

This commit is contained in:
Dane Springmeyer 2013-01-13 22:00:03 -08:00
parent f3f5bbbb4a
commit 9480ffb2b3

View file

@ -28,7 +28,7 @@
#include <mapnik/value_types.hpp>
// boost
#include <boost/variant/variant_fwd.hpp>
#include <boost/variant/variant.hpp>
#include <boost/optional.hpp>
// stl