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:
parent
f3f5bbbb4a
commit
9480ffb2b3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue