diff --git a/Straight_skeleton_2/include/CGAL/Trisegment_2.h b/Straight_skeleton_2/include/CGAL/Trisegment_2.h index 30987e9542a..64748658cb0 100644 --- a/Straight_skeleton_2/include/CGAL/Trisegment_2.h +++ b/Straight_skeleton_2/include/CGAL/Trisegment_2.h @@ -15,6 +15,10 @@ #include +#include + +#include + #include #include @@ -188,7 +192,7 @@ public: private : std::size_t mID; - Segment mE[3]; + Segment mE[3]; Trisegment_collinearity mCollinearity ; unsigned mCSIdx, mNCSIdx ;