mirror of https://github.com/CGAL/cgal
fix the #include
This commit is contained in:
parent
11f52729e0
commit
d19915a794
|
|
@ -22,7 +22,7 @@
|
||||||
#define CGAL_QT_POLYLINE_SIMPLIFICATION_2_GRAPHICS_ITEM_H
|
#define CGAL_QT_POLYLINE_SIMPLIFICATION_2_GRAPHICS_ITEM_H
|
||||||
|
|
||||||
#include <CGAL/Qt/TriangulationGraphicsItem.h>
|
#include <CGAL/Qt/TriangulationGraphicsItem.h>
|
||||||
#include <CGAL/Polyline_constrained_triangulation_2.h>
|
#include <CGAL/Constrained_triangulation_plus_2.h>
|
||||||
#include <QPen>
|
#include <QPen>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue