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/dialog.h>
#include <wx/radiobox.h>
#include <wx/radiobut.h>
#include <wx/string.h>
#include <wx/textctrl.h>
#endif

View File

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