Qt: Fix build on clang

This commit is contained in:
Vicki Pfau 2020-11-27 19:47:47 -08:00
parent 8e096916b1
commit 5bcf243139
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
#include <QTimer> #include <QTimer>
#include <QWindow> #include <QWindow>
#include <cmath>
#include <mgba/core/core.h> #include <mgba/core/core.h>
#include <mgba-util/math.h> #include <mgba-util/math.h>
#ifdef BUILD_GL #ifdef BUILD_GL