mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fix non-precomp header compilation
This commit is contained in:
parent
4a62073df0
commit
07257e1bb3
@ -34,6 +34,10 @@
|
||||
/// @ingroup utility
|
||||
///
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/string.h>
|
||||
#endif
|
||||
|
||||
class wxTranslations;
|
||||
|
||||
/// DOCME
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include <wx/bitmap.h>
|
||||
#include <wx/timer.h>
|
||||
#include <wx/window.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user