summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeWindow.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2008-12-18 00:37:24 +0000
committernakeee <nakeee@gmail.com>2008-12-18 00:37:24 +0000
commite6424f750b264fa374c1d533a9be959cfcf0c203 (patch)
treee1b020ef2100cc7c2697a104461228e1ce22a2fe /Source/Core/DebuggerWX/Src/CodeWindow.cpp
parent4a879698ac7125d3772b095d9cc90ba679e415ca (diff)
scons changes
added fastlog flavour with LOGGING and -O3 changed debug to include _DEBUG changed devel to include DEBUGFAST for now wxonassert is disabled as I couldn't make it work git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1571 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp')
-rw-r--r--Source/Core/DebuggerWX/Src/CodeWindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.cpp b/Source/Core/DebuggerWX/Src/CodeWindow.cpp
index b5caf52533..d0b91984cb 100644
--- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp
+++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp
@@ -15,6 +15,8 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
+#include "Common.h"
+
#include <wx/button.h>
#include <wx/textctrl.h>
#include <wx/textdlg.h>