Buildfix.

This commit is contained in:
Sacha 2013-09-16 01:26:07 +10:00
parent 301884428f
commit 996c47a9b9
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#pragma once
#include <cstring>
#include "base/basictypes.h"
#include "Common/Log.h"
#include "Common/CommonTypes.h"

View File

@ -49,6 +49,7 @@ SOURCES += ../Core/*.cpp \ # Core
../GPU/Math3D.cpp \
../GPU/Null/NullGpu.cpp \
../GPU/GLES/*.cpp \
../GPU/Common/*.cpp \
../ext/libkirk/*.c \ # Kirk
../ext/xxhash.c \ # xxHash
../ext/xbrz/*.cpp # XBRZ
@ -71,6 +72,7 @@ HEADERS += ../Core/*.h \
../Core/MIPS/JitCommon/*.h \
../Core/Util/*.h \
../GPU/GLES/*.h \
../GPU/Common/*.h \
../GPU/*.h \
../ext/libkirk/*.h \
../ext/xbrz/*.h