Try to fix Polyhedron examples with Basic Viewer

This commit is contained in:
Andreas Fabri 2019-01-24 18:22:02 +01:00
parent d0b8fc5408
commit a7d65b7913
1 changed files with 9 additions and 0 deletions

View File

@ -27,6 +27,11 @@
#ifdef CGAL_USE_BASIC_VIEWER
#ifdef __GNUC__
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wdeprecated-copy"
#endif
#include <QApplication>
#include <QKeyEvent>
@ -37,6 +42,10 @@
#include <QGLBuffer>
#include <QOpenGLShaderProgram>
#ifdef __GNUC__
# pragma GCC diagnostic pop
#endif
#include <vector>
#include <cstdlib>