Merge pull request #1120 from rohit-n/muh-precompiled-headers

Fix build failing when disabling precompiled headers.
This commit is contained in:
Ryan Houdek
2014-09-19 17:43:42 -05:00
39 changed files with 50 additions and 11 deletions

View File

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