mirror of https://github.com/CGAL/cgal
Fix compilation error: header missing.
This commit is contained in:
parent
b7ad8da9ea
commit
1ddcec5471
|
|
@ -21,6 +21,9 @@
|
||||||
#include <CGAL/Qt/GraphicsViewPolylineInput.h>
|
#include <CGAL/Qt/GraphicsViewPolylineInput.h>
|
||||||
#include <CGAL/Qt/TriangulationGraphicsItem.h>
|
#include <CGAL/Qt/TriangulationGraphicsItem.h>
|
||||||
#include <CGAL/Qt/VoronoiGraphicsItem.h>
|
#include <CGAL/Qt/VoronoiGraphicsItem.h>
|
||||||
|
|
||||||
|
// for viewportsBbox
|
||||||
|
#include <CGAL/Qt/utility.h>
|
||||||
|
|
||||||
// the two base classes
|
// the two base classes
|
||||||
#include "ui_Delaunay_triangulation_2.h"
|
#include "ui_Delaunay_triangulation_2.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue