From 3b75f45cf63e8455efb539109bebf6626bcb40e3 Mon Sep 17 00:00:00 2001 From: Rohit Nirmal Date: Mon, 28 Sep 2015 10:57:16 -0500 Subject: Fix building with PCH disabled. --- Source/Core/VideoCommon/MainBase.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/VideoCommon/MainBase.cpp') diff --git a/Source/Core/VideoCommon/MainBase.cpp b/Source/Core/VideoCommon/MainBase.cpp index c92e7d5dab..998ff5b7c0 100644 --- a/Source/Core/VideoCommon/MainBase.cpp +++ b/Source/Core/VideoCommon/MainBase.cpp @@ -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" -- cgit v1.2.3