properly include wx headers

Originally committed to SVN as r335.
This commit is contained in:
David Lamparter 2006-04-14 23:05:48 +00:00
parent a772e64591
commit 1afe91f04f
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@
//
#include <wx/wxprec.h>
#include "lavc_file.h"
#ifdef USE_LAVC

View File

@ -40,6 +40,7 @@
#define LAVC_FILE_H
#define EMULATE_INTTYPES
#include <wx/filename.h>
#include <ffmpeg/avcodec.h>
#include <ffmpeg/avformat.h>