mirror of https://github.com/CGAL/cgal
Add needed #include of base class
This commit is contained in:
parent
6d9579a258
commit
46bd5dd9b5
|
|
@ -14,6 +14,8 @@
|
|||
|
||||
#include <CGAL/license/Polygon_repair_2.h>
|
||||
|
||||
#include <CGAL/Triangulation_face_base_2.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
template <typename Kernel, typename FaceBase = Triangulation_face_base_2<Kernel>>
|
||||
|
|
|
|||
Loading…
Reference in New Issue