Add missing headers to quicktime_common.cpp and video_provider_quicktime.cpp.

Originally committed to SVN as r3899.
This commit is contained in:
Amar Takhar 2009-12-25 04:32:36 +00:00
parent e00936c3bf
commit b00a77c5f5
2 changed files with 11 additions and 1 deletions

View File

@ -38,8 +38,13 @@
#include "config.h"
#ifdef WITH_QUICKTIME
#include "quicktime_common.h"
#ifndef AGI_PRE
#include <wx/filename.h>
#include <wx/string.h>
#endif
#include "quicktime_common.h"
/// DOCME
int QuickTimeProvider::qt_initcount = 0;

View File

@ -38,6 +38,11 @@
#include "config.h"
#ifdef WITH_QUICKTIME
#ifndef AGI_PRE
#include <wx/msgdlg.h>
#endif
#include "aegisub_endian.h"
#include "video_provider_quicktime.h"