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/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 =================================================================
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user