mirror of https://github.com/CGAL/cgal
path of boost header relative to the version of boost
This commit is contained in:
parent
a541518c01
commit
cdab9daa57
|
|
@ -8,8 +8,12 @@
|
|||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
//#include <boost/property_map/vector_property_map.hpp>
|
||||
#include <CGAL/property_map.h>
|
||||
#include <boost/version.hpp>
|
||||
#if BOOST_VERSION >= 104000
|
||||
#include <boost/property_map/vector_property_map.hpp>
|
||||
#else
|
||||
#include <boost/vector_property_map.hpp>
|
||||
#endif
|
||||
|
||||
typedef CGAL::Simple_cartesian<double> Kernel;
|
||||
typedef Kernel::Point_3 Point_3;
|
||||
|
|
|
|||
Loading…
Reference in New Issue