forked from mia/Aegisub
Fix non-precompiled-header compilation
Originally committed to SVN as r6061.
This commit is contained in:
parent
21f94ae72e
commit
3ecc731ff3
2 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
|
||||
#ifndef AGI_PRE
|
||||
#include <ctime>
|
||||
#include <functional>
|
||||
#include <tr1/functional>
|
||||
#include <string>
|
||||
|
||||
#include <wx/button.h>
|
||||
|
|
|
@ -41,9 +41,11 @@
|
|||
#ifndef AGI_PRE
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
#include <tr1/functional>
|
||||
|
||||
#include <wx/filename.h>
|
||||
#include <wx/mimetype.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#endif
|
||||
|
||||
#include <libaegisub/exception.h>
|
||||
|
|
Loading…
Reference in a new issue