Fix non-precompiled-header compilation

Originally committed to SVN as r6807.
This commit is contained in:
Thomas Goyne 2012-05-16 04:57:06 +00:00
parent 0efae2fc85
commit 7e8c18492f
3 changed files with 7 additions and 0 deletions

View File

@ -51,6 +51,8 @@
#ifndef AGI_PRE
#include <vector>
#include <wx/timer.h>
#endif
/// DOCME

View File

@ -25,6 +25,10 @@
#include <libaegisub/log.h>
#ifndef AGI_PRE
#include <wx/intl.h>
#endif
namespace cmd {
static std::map<std::string, Command*> cmd_map;
typedef std::map<std::string, Command*>::iterator iterator;

View File

@ -43,6 +43,7 @@
#include <wx/bmpbuttn.h>
#include <wx/clipbrd.h>
#include <wx/dir.h>
#include <wx/filedlg.h>
#include <wx/filename.h>
#include <wx/intl.h>