mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix non-Windows build with libepoxy installed
This commit is contained in:
parent
7177af28f8
commit
ec32efd8e4
|
@ -10,7 +10,6 @@
|
|||
|
||||
#ifdef USE_EPOXY
|
||||
#include <epoxy/gl.h>
|
||||
#include <epoxy/wgl.h>
|
||||
#endif
|
||||
|
||||
#include <QGLWidget>
|
||||
|
|
Loading…
Reference in New Issue