all repos — mgba @ 24e10fe0df23d1015e91e28dd9b17b4ef4e1ece0

mGBA Game Boy Advance Emulator

Qt: Fix Windows build
Jeffrey Pfau jeffrey@endrift.com
Thu, 01 Jan 2015 03:36:48 -0800
commit

24e10fe0df23d1015e91e28dd9b17b4ef4e1ece0

parent

939d91fe6a201731525c0597f3a0c21ae8f16110

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/GameController.cppsrc/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)