Yay includes.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2173 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2009-11-10 09:54:29 +00:00
parent fef3baab7b
commit 2685f25694
1 changed files with 5 additions and 4 deletions

View File

@ -24,6 +24,7 @@
#include <wx/image.h> #include <wx/image.h>
#include <wx/statline.h> #include <wx/statline.h>
#include <wx/bookctrl.h> #include <wx/bookctrl.h>
#include <wx/spinctrl.h>
#include <list> #include <list>
@ -36,7 +37,7 @@
class wxListBox; class wxListBox;
// Annoyances of C++ forward declarations. Having to type in this red tape mess // Annoyances of C++ forward declarations. Having to type in this red tape mess
// is keeping me form eating a good sandwich right now... >_< // is keeping me from eating a good sandwich right now... >_<
namespace Panels namespace Panels
{ {
class BaseApplicableConfigPanel; class BaseApplicableConfigPanel;