diff options
| author | bushing <bushing@gmail.com> | 2008-12-08 09:55:02 +0000 |
|---|---|---|
| committer | bushing <bushing@gmail.com> | 2008-12-08 09:55:02 +0000 |
| commit | cda50a3a826d695b8afffafbf8ef155ee8eb61e3 (patch) | |
| tree | 4925c7ba326b31e9902d1320eda2a547f7fbb9eb /Source/Core | |
| parent | 6f21c69828a7c455e77e7db8c7c05c9f13569686 (diff) | |
add missing include
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1445 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Common/Src/DriveUtil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <windows.h> |
