mirror of https://github.com/CGAL/cgal
add missing include statement
This commit is contained in:
parent
d26246bced
commit
ce98cd4c46
|
|
@ -20,6 +20,7 @@
|
|||
#include <CGAL/iterator.h>
|
||||
#include <CGAL/utility.h>
|
||||
#include <CGAL/function_objects.h>
|
||||
#include <CGAL/Polygon_2_algorithms.h>
|
||||
|
||||
#include <boost/utility/enable_if.hpp>
|
||||
#include <boost/type_traits/is_convertible.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue