mirror of https://github.com/odrling/Aegisub
Add missing <wx/filename.h> and <wx/log.h> headers.
Originally committed to SVN as r3175.
This commit is contained in:
parent
2ef6260938
commit
ee537d06f6
|
@ -38,6 +38,8 @@
|
|||
|
||||
#include "include/aegisub/video_provider.h"
|
||||
#include <wx/wxprec.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/log.h>
|
||||
#include <stdio.h>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Reference in New Issue