mirror of https://github.com/CGAL/cgal
add missing includes
This commit is contained in:
parent
e759fb46fa
commit
d91d010ee7
|
|
@ -15,6 +15,7 @@
|
|||
#include <CGAL/license/Arrangement_on_surface_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
#include <CGAL/assertions.h>
|
||||
|
||||
#include <optional>
|
||||
#include <variant>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
#include <CGAL/Weighted_point_3.h>
|
||||
#include <CGAL/Vector_3.h>
|
||||
#include <CGAL/utility.h>
|
||||
#include <CGAL/SMDS_3/internal/indices_management.h>
|
||||
|
||||
#include <CGAL/IO/File_binary_mesh_3.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue