mirror of https://github.com/CGAL/cgal
Merge pull request #679 from lrineau/Filtered_kernel-fix_CGAL_LAZY_KERNEL_DEBUG-lrineau
Fix CGAL_LAZY_KERNEL_DEBUG and boost::optional
This commit is contained in:
commit
3a92fd3f96
|
|
@ -37,6 +37,9 @@
|
|||
|
||||
#include <boost/optional.hpp>
|
||||
#include <boost/variant.hpp>
|
||||
#ifdef CGAL_LAZY_KERNEL_DEBUG
|
||||
# include <boost/optional/optional_io.hpp>
|
||||
#endif
|
||||
|
||||
#include <boost/mpl/has_xxx.hpp>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue