fix compile with g++ on linux
This commit is contained in:
parent
bb43f2cec1
commit
c39ec51793
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
#include <mapnik/value_types.hpp>
|
||||
|
||||
// boost
|
||||
#include <boost/variant/static_visitor.hpp>
|
||||
#include <boost/variant/apply_visitor.hpp> // keep gcc happy
|
||||
#include <boost/variant/variant.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
|
Loading…
Reference in a new issue