mirror of https://github.com/CGAL/cgal
Fix misisng QMap in Alpha_shape_3 demo
This commit is contained in:
parent
09a4b7699b
commit
29c55b8499
|
|
@ -2,6 +2,7 @@
|
|||
#define VIEWER_H
|
||||
|
||||
#include "typedefs.h"
|
||||
#include <QMap>
|
||||
#include <QGLViewer/qglviewer.h>
|
||||
#include <QOpenGLFunctions_2_1>
|
||||
#include <QOpenGLVertexArrayObject>
|
||||
|
|
|
|||
Loading…
Reference in New Issue