mirror of https://github.com/CGAL/cgal
Try to fix Polyhedron examples with Basic Viewer
This commit is contained in:
parent
d0b8fc5408
commit
a7d65b7913
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue