Add missing headers that are in agi_pre.h but not the actual header, should fix the non-precompiled header build.

Originally committed to SVN as r3529.
This commit is contained in:
Amar Takhar 2009-09-11 02:59:48 +00:00
parent 42a293ccca
commit b116610d12
2 changed files with 3 additions and 2 deletions

View file

@ -48,6 +48,7 @@
#include <wx/combobox.h> #include <wx/combobox.h>
#include <wx/dialog.h> #include <wx/dialog.h>
#include <wx/radiobox.h> #include <wx/radiobox.h>
#include <wx/radiobut.h>
#include <wx/string.h> #include <wx/string.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#endif #endif

View file

@ -44,18 +44,18 @@
/////////// ///////////
// Headers // Headers
#ifndef AGI_PRE
#ifndef AGI_PRE
#include <list> #include <list>
#include <vector> #include <vector>
#include <wx/dynarray.h> #include <wx/dynarray.h>
#include <wx/string.h>
#endif #endif
#include "include/aegisub/aegisub.h" #include "include/aegisub/aegisub.h"
/// DOCME /// DOCME
enum ASS_FrameRateType { enum ASS_FrameRateType {