add missing include

This commit is contained in:
Sébastien Loriot 2013-03-20 10:26:01 +01:00
parent 3f9df99964
commit 1830251e10
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@
Straight_skeleton_external_trace(s); \
}
#include <boost/optional.hpp>
#include <boost/intrusive_ptr.hpp>
template<class T>
inline std::string o2str( boost::optional<T> const& o )
{