From 531230c03d2c849d1128ad40b932e6de6c2a49a1 Mon Sep 17 00:00:00 2001 From: "XTra.KrazzY" Date: Thu, 28 Aug 2008 08:11:40 +0000 Subject: [PATCH] *another* typo fix. Sorry git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@371 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/State.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/Core/Src/State.cpp b/Source/Core/Core/Src/State.cpp index 89ff3a4f18..587f220381 100644 --- a/Source/Core/Core/Src/State.cpp +++ b/Source/Core/Core/Src/State.cpp @@ -5,6 +5,8 @@ #include "HW/HW.h" #include "PowerPC/PowerPC.h" +#include "Plugins/Plugin_Video.h" + #include static int ev_Save;