mirror of https://github.com/CGAL/cgal
include CGAL/property_map.h for avoiding boost path dif from version to version
This commit is contained in:
parent
b72e31e2ae
commit
6fd237a95f
|
|
@ -8,7 +8,8 @@
|
|||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
#include <boost/property_map/vector_property_map.hpp>
|
||||
//#include <boost/property_map/vector_property_map.hpp>
|
||||
#include <CGAL/property_map.h>
|
||||
|
||||
typedef CGAL::Simple_cartesian<double> Kernel;
|
||||
typedef Kernel::Point_3 Point_3;
|
||||
|
|
|
|||
Loading…
Reference in New Issue