Fix building with PCH disabled.

This commit is contained in:
Rohit Nirmal
2015-08-28 14:13:28 -05:00
parent b11de5bddb
commit 6252d2d71a
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"