Qt: Fix build with libepoxy and old versions of Qt5

This commit is contained in:
Jeffrey Pfau 2016-01-16 10:59:59 -08:00
parent 3fef28db19
commit db6113d970
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
#ifdef USE_EPOXY
#include <epoxy/gl.h>
#ifndef GLdouble
#define GLdouble GLdouble
#endif
#endif
#include <QGLWidget>