mirror of https://github.com/odrling/Aegisub
Missed some headers in r3774, which caused compilation errors when precompiled headers were not used. Updates #1040.
Originally committed to SVN as r3776.
This commit is contained in:
parent
58674d1cea
commit
3c11e2831e
|
@ -37,7 +37,9 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/display.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/settings.h>
|
||||
#endif
|
||||
|
||||
#include "dialog_detached_video.h"
|
||||
|
|
Loading…
Reference in New Issue