Change #include

This commit is contained in:
Andreas Fabri 2018-05-23 11:01:47 +01:00 committed by Maxime Gimeno
parent 71abeb06c7
commit dc89cd6057
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#include <CGAL/boost/graph/named_function_params.h>
#include <CGAL/boost/graph/copy_face_graph.h>
#include <CGAL/Kernel_traits.h>
#include <boost/unordered_map.hpp>
#include <vector>
namespace CGAL {
namespace Polygon_mesh_processing {