forked from mia/Aegisub
Fix non-precompiled-header compilation
Originally committed to SVN as r6807.
This commit is contained in:
parent
0efae2fc85
commit
7e8c18492f
3 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,8 @@
|
|||
|
||||
#ifndef AGI_PRE
|
||||
#include <vector>
|
||||
|
||||
#include <wx/timer.h>
|
||||
#endif
|
||||
|
||||
/// DOCME
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue