mirror of https://github.com/odrling/Aegisub
Fix compilation with precompiled headers off
Originally committed to SVN as r5579.
This commit is contained in:
parent
d82e2bb496
commit
182b57bd0f
|
@ -40,6 +40,10 @@
|
|||
|
||||
#include "command.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/clipbrd.h>
|
||||
#endif
|
||||
|
||||
#include "../ass_dialogue.h"
|
||||
#include "../ass_time.h"
|
||||
#include "../compat.h"
|
||||
|
|
Loading…
Reference in New Issue