Fix compilation with precompiled headers off

Originally committed to SVN as r5579.
This commit is contained in:
Thomas Goyne 2011-08-31 04:23:18 +00:00
parent d82e2bb496
commit 182b57bd0f
1 changed files with 4 additions and 0 deletions

View File

@ -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"