diff --git a/GPU/Common/VertexDecoderCommon.h b/GPU/Common/VertexDecoderCommon.h index 409caa71c..3da3185a7 100644 --- a/GPU/Common/VertexDecoderCommon.h +++ b/GPU/Common/VertexDecoderCommon.h @@ -17,6 +17,7 @@ #pragma once +#include #include "base/basictypes.h" #include "Common/Log.h" #include "Common/CommonTypes.h" diff --git a/Qt/Core.pro b/Qt/Core.pro index 7e443216c..6cc7dd6c2 100755 --- a/Qt/Core.pro +++ b/Qt/Core.pro @@ -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