Merge branch 'MissingGLInclude' into 'master'
Added missing gl include See merge request OpenMesh/OpenMesh!350
This commit is contained in:
@@ -57,6 +57,9 @@
|
||||
#include <OpenMesh/Tools/Utils/Timer.hh>
|
||||
#include <OpenMesh/Apps/QtViewer/QGLViewerWidget.hh>
|
||||
|
||||
#ifndef __APPLE__
|
||||
#include <GL/gl.h>
|
||||
#endif
|
||||
|
||||
//== FORWARDS =================================================================
|
||||
|
||||
|
||||
@@ -57,6 +57,10 @@
|
||||
#include <QtOpenGLWidgets/QOpenGLWidget>
|
||||
#endif
|
||||
|
||||
#ifndef __APPLE__
|
||||
#include <GL/gl.h>
|
||||
#endif
|
||||
|
||||
//== FORWARD DECLARATIONS =====================================================
|
||||
|
||||
class QMenu;
|
||||
|
||||
Reference in New Issue
Block a user