Merge pull request #5156 from mhsaar/patch-10

Update print.h
This commit is contained in:
Laurent Rineau 2020-11-13 15:31:54 +01:00
commit 171513ad38
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#include <CGAL/Point_2.h>
#include <CGAL/Polygon_2.h> #include <CGAL/Polygon_2.h>
#include <CGAL/Polygon_with_holes_2.h> #include <CGAL/Polygon_with_holes_2.h>
#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 )