mirror of https://github.com/CGAL/cgal
add missing include
This commit is contained in:
parent
3f9df99964
commit
1830251e10
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue