forked from mia/Aegisub
Fix non-pch compilation
This commit is contained in:
parent
8575fb9c87
commit
49a442bded
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
|||
#include "ass_file.h"
|
||||
#include "ass_style.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/log.h>
|
||||
#endif
|
||||
|
||||
AssParser::AssParser(AssFile *target, int version)
|
||||
: target(target)
|
||||
, version(version)
|
||||
|
|
Loading…
Reference in a new issue