Add missing <wx/filename.h> and <wx/log.h> headers.

Originally committed to SVN as r3175.
This commit is contained in:
Amar Takhar 2009-07-19 18:50:27 +00:00
parent 2ef6260938
commit ee537d06f6
1 changed files with 2 additions and 0 deletions

View File

@ -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>