Add missing headers.

Originally committed to SVN as r5171.
This commit is contained in:
Amar Takhar 2011-01-11 17:22:44 +00:00
parent a3534f2cae
commit f576bf912a
2 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,8 @@
#include <wx/msgdlg.h>
#endif
#include <libaegisub/util_osx.h>
#include "command.h"
#include "../include/aegisub/context.h"

View File

@ -52,6 +52,7 @@
#include <wx/event.h>
#include <wx/gbsizer.h>
#include <wx/image.h>
#include <wx/rawbmp.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/spinctrl.h>