diff options
| author | Laurence Muller <laurence.muller@gmail.com> | 2008-09-17 22:39:30 +0000 |
|---|---|---|
| committer | Laurence Muller <laurence.muller@gmail.com> | 2008-09-17 22:39:30 +0000 |
| commit | 2cd7acfaee5756f119afd18e55f3437b9df3ab8b (patch) | |
| tree | b8efa2bcc5f4ff3252448b549846f3130b9f8302 /Source | |
| parent | bb248a43deccdbca79754dba0936c080008adffe (diff) | |
Minor fix for Plugin_DSP_LLE.
Fixes win32 debug build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@565 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_DSP_LLE/Src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Plugins/Plugin_DSP_LLE/Src/main.cpp b/Source/Plugins/Plugin_DSP_LLE/Src/main.cpp index 86b161ce41..ca8317afba 100644 --- a/Source/Plugins/Plugin_DSP_LLE/Src/main.cpp +++ b/Source/Plugins/Plugin_DSP_LLE/Src/main.cpp @@ -15,6 +15,7 @@ // Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
+#include "Common.h"
#include "Globals.h"
#include "CommonTypes.h"
|
