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
This commit is contained in:
Soren Jorvang
2010-12-05 15:36:08 +00:00
parent a754f8e703
commit e5311460a9
5 changed files with 9 additions and 5 deletions

View File

@ -15,6 +15,8 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
#include <wx/wx.h>
#include "BreakpointView.h"
#include "CodeWindow.h"
#include "HW/Memmap.h"