mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix build for some platforms
This commit is contained in:
parent
d99923b94e
commit
5f1011d474
|
@ -7,6 +7,8 @@
|
|||
|
||||
#include "GameController.h"
|
||||
|
||||
#include <QMutexLocker>
|
||||
|
||||
extern "C" {
|
||||
#include "debugger/cli-debugger.h"
|
||||
}
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
#include "DebuggerController.h"
|
||||
|
||||
#include <QMutex>
|
||||
#include <QStringList>
|
||||
#include <QWaitCondition>
|
||||
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue