mirror of https://github.com/CGAL/cgal
add missing include directive
This commit is contained in:
parent
8fcb89a0e4
commit
aa5dffa48d
|
|
@ -1,5 +1,6 @@
|
|||
#include <CGAL/Simple_cartesian.h>
|
||||
#include <CGAL/Polyhedron_3.h>
|
||||
#include <CGAL/boost/graph/properties_Polyhedron_3.h>
|
||||
#include <CGAL/point_generators_3.h>
|
||||
|
||||
#include <iostream>
|
||||
|
|
|
|||
Loading…
Reference in New Issue