mirror of https://github.com/CGAL/cgal
Add missing header include
This commit is contained in:
parent
437ba44329
commit
3b57f6c4f5
|
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
#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/assertions.h>
|
||||||
|
|
||||||
#include <boost/intrusive_ptr.hpp>
|
#include <boost/intrusive_ptr.hpp>
|
||||||
|
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
|
@ -188,7 +192,7 @@ public:
|
||||||
|
|
||||||
private :
|
private :
|
||||||
std::size_t mID;
|
std::size_t mID;
|
||||||
Segment mE[3];
|
Segment mE[3];
|
||||||
Trisegment_collinearity mCollinearity ;
|
Trisegment_collinearity mCollinearity ;
|
||||||
unsigned mCSIdx, mNCSIdx ;
|
unsigned mCSIdx, mNCSIdx ;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue