fix include filename

This commit is contained in:
Sébastien Loriot 2013-12-17 08:17:43 +01:00
parent 0a9ea00685
commit b1bf39b318
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include <map>
#include <algorithm>
#include <vector>
#include <CGAL/property_map.hpp>
#include <CGAL/property_map.h>
template<class PolyhedronWithId, class ValueType>