Qt: Fix Windows build

This commit is contained in:
Jeffrey Pfau 2015-01-01 03:36:48 -08:00
parent 939d91fe6a
commit 24e10fe0df
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@
#include <QDateTime>
#include <QThread>
#include <ctime>
extern "C" {
#include "gba.h"
#include "gba-audio.h"
@ -20,6 +22,7 @@ extern "C" {
}
using namespace QGBA;
using namespace std;
GameController::GameController(QObject* parent)
: QObject(parent)