mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix build with libepoxy and old versions of Qt5
This commit is contained in:
parent
3fef28db19
commit
db6113d970
|
@ -10,6 +10,9 @@
|
|||
|
||||
#ifdef USE_EPOXY
|
||||
#include <epoxy/gl.h>
|
||||
#ifndef GLdouble
|
||||
#define GLdouble GLdouble
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <QGLWidget>
|
||||
|
|
Loading…
Reference in New Issue