Merge branch 'MissingGLInclude' into 'master'

Added missing gl include

See merge request OpenMesh/OpenMesh!350
This commit is contained in:
Jan Möbius
2024-05-14 10:30:22 +00:00
2 changed files with 7 additions and 0 deletions

View File

@@ -57,6 +57,9 @@
#include <OpenMesh/Tools/Utils/Timer.hh> #include <OpenMesh/Tools/Utils/Timer.hh>
#include <OpenMesh/Apps/QtViewer/QGLViewerWidget.hh> #include <OpenMesh/Apps/QtViewer/QGLViewerWidget.hh>
#ifndef __APPLE__
#include <GL/gl.h>
#endif
//== FORWARDS ================================================================= //== FORWARDS =================================================================

View File

@@ -57,6 +57,10 @@
#include <QtOpenGLWidgets/QOpenGLWidget> #include <QtOpenGLWidgets/QOpenGLWidget>
#endif #endif
#ifndef __APPLE__
#include <GL/gl.h>
#endif
//== FORWARD DECLARATIONS ===================================================== //== FORWARD DECLARATIONS =====================================================
class QMenu; class QMenu;