mirror of https://github.com/CGAL/cgal
fixed inclusion of boost propert_map.hpp
This commit is contained in:
parent
9a94ca5dcb
commit
023a004fc6
|
|
@ -24,7 +24,11 @@
|
|||
*/
|
||||
|
||||
#include <CGAL/Unique_hash_map.h>
|
||||
#if BOOST_VERSION >= 104000
|
||||
#include <boost/property_map/property_map.hpp>
|
||||
#else
|
||||
#include <boost/property_map.hpp>
|
||||
#endif
|
||||
#include <boost/graph/properties.hpp>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -26,7 +26,11 @@
|
|||
*/
|
||||
|
||||
#include <CGAL/Unique_hash_map.h>
|
||||
#if BOOST_VERSION >= 104000
|
||||
#include <boost/property_map/property_map.hpp>
|
||||
#else
|
||||
#include <boost/property_map.hpp>
|
||||
#endif
|
||||
#include <boost/graph/properties.hpp>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue