summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeWindow.cpp
diff options
context:
space:
mode:
authorSoren Jorvang <soren.jorvang@gmail.com>2010-12-05 15:36:08 +0000
committerSoren Jorvang <soren.jorvang@gmail.com>2010-12-05 15:36:08 +0000
commite5311460a9324bd69b49cd9879755526a869ee83 (patch)
tree762354d8905f48960e809e4e57133fcf2cfb507f /Source/Core/DebuggerWX/Src/CodeWindow.cpp
parenta754f8e703706678757a24fcee4285ef796db39b (diff)
Earlier versions of wxWidgets do not implicitly include <wx/wx.h>.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6527 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp')
-rw-r--r--Source/Core/DebuggerWX/Src/CodeWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.cpp b/Source/Core/DebuggerWX/Src/CodeWindow.cpp
index 7250b2eba0..52ba9e6678 100644
--- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp
+++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp
@@ -18,6 +18,7 @@
// Include
#include "Common.h"
+#include <wx/wx.h>
#include <wx/button.h>
#include <wx/textctrl.h>
#include <wx/textdlg.h>