Qt: Fix build for some platforms
Jeffrey Pfau jeffrey@endrift.com
Wed, 26 Oct 2016 23:22:32 -0700
2 files changed,
4 insertions(+),
0 deletions(-)
M
src/platform/qt/DebuggerREPLController.cpp
→
src/platform/qt/DebuggerREPLController.cpp
@@ -7,6 +7,8 @@ #include "DebuggerREPLController.h"
#include "GameController.h" +#include <QMutexLocker> + extern "C" { #include "debugger/cli-debugger.h" }
M
src/platform/qt/DebuggerREPLController.h
→
src/platform/qt/DebuggerREPLController.h
@@ -8,6 +8,8 @@ #define QGBA_DEBUGGER_REPL_CONTROLLER
#include "DebuggerController.h" +#include <QMutex> +#include <QStringList> #include <QWaitCondition> extern "C" {