Qt: Fix Windows build
Jeffrey Pfau jeffrey@endrift.com
Thu, 01 Jan 2015 03:36:48 -0800
1 files changed,
3 insertions(+),
0 deletions(-)
M
src/platform/qt/GameController.cpp
→
src/platform/qt/GameController.cpp
@@ -11,6 +11,8 @@
#include <QDateTime> #include <QThread> +#include <ctime> + extern "C" { #include "gba.h" #include "gba-audio.h"@@ -20,6 +22,7 @@ #include "util/vfs.h"
} using namespace QGBA; +using namespace std; GameController::GameController(QObject* parent) : QObject(parent)