mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix Windows build
This commit is contained in:
parent
939d91fe6a
commit
24e10fe0df
|
@ -11,6 +11,8 @@
|
||||||
#include <QDateTime>
|
#include <QDateTime>
|
||||||
#include <QThread>
|
#include <QThread>
|
||||||
|
|
||||||
|
#include <ctime>
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include "gba.h"
|
#include "gba.h"
|
||||||
#include "gba-audio.h"
|
#include "gba-audio.h"
|
||||||
|
@ -20,6 +22,7 @@ extern "C" {
|
||||||
}
|
}
|
||||||
|
|
||||||
using namespace QGBA;
|
using namespace QGBA;
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
GameController::GameController(QObject* parent)
|
GameController::GameController(QObject* parent)
|
||||||
: QObject(parent)
|
: QObject(parent)
|
||||||
|
|
Loading…
Reference in New Issue