This commit is contained in:
Dane Springmeyer 2013-05-16 12:47:36 -07:00
parent d5c9fea7b6
commit b6a937e93d

View file

@ -23,6 +23,8 @@
#include <boost/optional/optional.hpp>
#include <boost/python.hpp>
#include <mapnik/noncopyable.hpp>
// boost::optional<T> to/from converter from John Wiegley
template <typename T, typename TfromPy>