include CGAL/property_map.h for avoiding boost path dif from version to version

This commit is contained in:
iyaz 2013-06-06 17:13:40 +03:00
parent b72e31e2ae
commit 6fd237a95f
1 changed files with 2 additions and 1 deletions

View File

@ -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;