diff options
Diffstat (limited to 'Source/Core/DebuggerWX/src/JitWindow.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/src/JitWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/src/JitWindow.cpp b/Source/Core/DebuggerWX/src/JitWindow.cpp index c6a207c620..aa4d4b5300 100644 --- a/Source/Core/DebuggerWX/src/JitWindow.cpp +++ b/Source/Core/DebuggerWX/src/JitWindow.cpp @@ -40,7 +40,7 @@ #include "LogManager.h"
// ugly that this lib included code from the main
-#include "../../DolphinWX/src/Globals.h"
+#include "../../DolphinWX/Src/Globals.h"
// UGLY
namespace {
|
