mirror of https://github.com/CGAL/cgal
Add missing .h
This commit is contained in:
parent
c47af04469
commit
2475a0c19c
|
|
@ -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 )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue