mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix build on clang
This commit is contained in:
parent
8e096916b1
commit
5bcf243139
|
@ -18,6 +18,8 @@
|
|||
#include <QTimer>
|
||||
#include <QWindow>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include <mgba/core/core.h>
|
||||
#include <mgba-util/math.h>
|
||||
#ifdef BUILD_GL
|
||||
|
|
Loading…
Reference in New Issue