Add missing .h

This commit is contained in:
Sebastien Loriot 2020-11-12 11:06:25 +01:00 committed by GitHub
parent c47af04469
commit 2475a0c19c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#include <CGAL/Point_2> #include <CGAL/Point_2.h>
#include <CGAL/Polygon_2> #include <CGAL/Polygon_2.h>
#include <CGAL/Polygon_with_holes_2> #include <CGAL/Polygon_with_holes_2.h>
#include <CGAL/Straight_skeleton_2> #include <CGAL/Straight_skeleton_2.h>
template<class K> template<class K>
void print_point ( CGAL::Point_2<K> const& p ) void print_point ( CGAL::Point_2<K> const& p )