From cda50a3a826d695b8afffafbf8ef155ee8eb61e3 Mon Sep 17 00:00:00 2001 From: bushing Date: Mon, 8 Dec 2008 09:55:02 +0000 Subject: [PATCH] add missing include git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1445 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/DriveUtil.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Common/Src/DriveUtil.cpp b/Source/Core/Common/Src/DriveUtil.cpp index 165e0db847..2d3cc7f8af 100644 --- a/Source/Core/Common/Src/DriveUtil.cpp +++ b/Source/Core/Common/Src/DriveUtil.cpp @@ -16,6 +16,7 @@ // http://code.google.com/p/dolphin-emu/ #include "Common.h" +#include "DriveUtil.h" #ifdef _WIN32 #include