Fix misisng QMap in Alpha_shape_3 demo

This commit is contained in:
Maxime Gimeno 2017-06-27 15:24:30 +02:00
parent 09a4b7699b
commit 29c55b8499
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define VIEWER_H
#include "typedefs.h"
#include <QMap>
#include <QGLViewer/qglviewer.h>
#include <QOpenGLFunctions_2_1>
#include <QOpenGLVertexArrayObject>