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

Fix building with PCH disabled.
This commit is contained in:
Markus Wick
2015-08-28 23:08:24 +02:00
9 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "Common/Common.h"
#include "Common/CommonFuncs.h"
#include "Core/HW/Memmap.h"
#include "VideoBackends/Software/Clipper.h"