mirror of https://github.com/CGAL/cgal
fix for boost 1.60
This commit is contained in:
parent
cb0ea968f1
commit
83f10ef30c
|
|
@ -21,6 +21,11 @@
|
|||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/utility.hpp>
|
||||
#include <boost/version.hpp>
|
||||
#if BOOST_VERSION == 106000
|
||||
//ice_not is deprecated in boost 1.60 but used within adjacency_matrix.hpp
|
||||
#include <boost/type_traits/detail/ice_not.hpp>
|
||||
#endif
|
||||
#include <boost/graph/adjacency_matrix.hpp>
|
||||
#include <CGAL/Unique_hash_map.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue