Add missing header

This commit is contained in:
Mael 2020-02-03 10:29:35 +01:00 committed by GitHub
parent def8ebda4b
commit 42a03ae168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#include <CGAL/Polygon_mesh_processing/triangulate_hole.h>
#include <CGAL/Polygon_mesh_processing/border.h>
#include <boost/lexical_cast.hpp>
#include <iostream>
#include <fstream>
#include <vector>