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