diff options
Diffstat (limited to 'Source/Core/DebuggerWX/src/CodeWindow.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/src/CodeWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/src/CodeWindow.cpp b/Source/Core/DebuggerWX/src/CodeWindow.cpp index b9c78d6e80..11ca93ba4a 100644 --- a/Source/Core/DebuggerWX/src/CodeWindow.cpp +++ b/Source/Core/DebuggerWX/src/CodeWindow.cpp @@ -23,7 +23,7 @@ #include <wx/mstream.h>
// ugly that this lib included code from the main
-#include "../../DolphinWX/src/Globals.h"
+#include "../../DolphinWX/Src/Globals.h"
#include "IniFile.h"
#include "Host.h"
|
