forked from mia/Aegisub
Fix compilation with precompiled headers off
Originally committed to SVN as r5579.
This commit is contained in:
parent
d82e2bb496
commit
182b57bd0f
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue