Merge pull request #3102 from rohit-n/build-pch

Fix building with PCH disabled.
This commit is contained in:
Lioncash
2015-10-03 13:30:51 -04:00
41 changed files with 46 additions and 2 deletions

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "Common/Common.h"
#include "Common/Event.h"
#include "Core/ConfigManager.h"

View File

@ -5,6 +5,7 @@
#include <cinttypes>
#include <vector>
#include "Common/Common.h"
#include "Common/StringUtil.h"
#include "VideoCommon/VertexLoader.h"

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include "Common/BitSet.h"
#include "Common/Common.h"
#include "Common/CPUDetect.h"
#include "Common/Intrinsics.h"
#include "Common/JitRegister.h"