mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fix non-pch compilation
This commit is contained in:
parent
8575fb9c87
commit
49a442bded
@ -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…
x
Reference in New Issue
Block a user