Added missing gl include

This commit is contained in:
Jan Möbius
2024-05-14 10:29:57 +02:00
parent 961acb9e3d
commit 001c06a95a
2 changed files with 3 additions and 0 deletions

View File

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

View File

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