Fix non-precompiled-header compilation

Originally committed to SVN as r6061.
This commit is contained in:
Thomas Goyne 2011-12-22 21:19:02 +00:00
parent 21f94ae72e
commit 3ecc731ff3
2 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#ifndef AGI_PRE #ifndef AGI_PRE
#include <ctime> #include <ctime>
#include <functional> #include <tr1/functional>
#include <string> #include <string>
#include <wx/button.h> #include <wx/button.h>

View File

@ -41,9 +41,11 @@
#ifndef AGI_PRE #ifndef AGI_PRE
#include <algorithm> #include <algorithm>
#include <map> #include <map>
#include <tr1/functional>
#include <wx/filename.h> #include <wx/filename.h>
#include <wx/mimetype.h> #include <wx/mimetype.h>
#include <wx/msgdlg.h>
#endif #endif
#include <libaegisub/exception.h> #include <libaegisub/exception.h>