From 0db532cca28958cc503623540f6687b30ea2f12e Mon Sep 17 00:00:00 2001 From: Sonicadvance1 Date: Fri, 5 Feb 2010 10:52:27 +0000 Subject: [PATCH] Oops, forgot this header. Fail sauce git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5014 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/MainNoGUI.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/DolphinWX/Src/MainNoGUI.cpp b/Source/Core/DolphinWX/Src/MainNoGUI.cpp index f137e6ef70..84c9a450b3 100644 --- a/Source/Core/DolphinWX/Src/MainNoGUI.cpp +++ b/Source/Core/DolphinWX/Src/MainNoGUI.cpp @@ -36,6 +36,7 @@ #import "cocoaApp.h" #endif +#include "Core.h" #include "Globals.h" #include "Host.h" #include "ISOFile.h"