mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fix compilation without precompiled headers. Closes #1241
Originally committed to SVN as r4767.
This commit is contained in:
parent
f37e1bf87a
commit
f77f908611
@ -34,7 +34,11 @@
|
||||
/// @ingroup
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/button.h>
|
||||
#include <wx/choicdlg.h>
|
||||
#include <wx/event.h>
|
||||
#include <wx/listbox.h>
|
||||
#include <wx/sizer.h>
|
||||
#endif
|
||||
|
||||
/// @class SelectedChoicesDialog
|
||||
|
Loading…
x
Reference in New Issue
Block a user