Add missing include

This commit is contained in:
Mael Rouxel-Labbé 2023-01-05 12:39:58 +01:00
parent 11f0902573
commit aa1cb4b664
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <CGAL/license/Straight_skeleton_2.h> #include <CGAL/license/Straight_skeleton_2.h>
#include <CGAL/Straight_skeleton_2/Straight_skeleton_aux.h> #include <CGAL/Straight_skeleton_2/Straight_skeleton_aux.h>
#include <CGAL/Trisegment_2.h>
#include <CGAL/assertions.h> #include <CGAL/assertions.h>
#include <CGAL/Cartesian_converter.h> #include <CGAL/Cartesian_converter.h>