mirror of https://github.com/odrling/Aegisub
Non-precomp-header compilation fixes
Originally committed to SVN as r6280.
This commit is contained in:
parent
988ade0c00
commit
ca5c968d4f
|
@ -44,6 +44,8 @@
|
|||
#endif
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/menu.h>
|
||||
#include <wx/settings.h>
|
||||
#endif
|
||||
|
||||
#include "subs_edit_ctrl.h"
|
||||
|
|
|
@ -40,6 +40,8 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <set>
|
||||
|
||||
#ifdef __UNIX__
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue