mirror of https://github.com/CGAL/cgal
add missing include
This commit is contained in:
parent
ccc5462b28
commit
ec8c01a719
|
|
@ -19,6 +19,7 @@
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <CGAL/Triangulation_vertex_base_2.h>
|
#include <CGAL/Triangulation_vertex_base_2.h>
|
||||||
#include <CGAL/Alpha_shapes_2/internal/Lazy_alpha_nt_2.h>
|
#include <CGAL/Alpha_shapes_2/internal/Lazy_alpha_nt_2.h>
|
||||||
|
#include <CGAL/Default.h>
|
||||||
|
|
||||||
//-------------------------------------------------------------------
|
//-------------------------------------------------------------------
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue