Fixed compiling of lavc video provider.

Originally committed to SVN as r1895.
This commit is contained in:
Rodrigo Braz Monteiro 2008-03-05 03:20:55 +00:00
parent 1b96e656ff
commit 7659293a21
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
#include <wx/wxprec.h>
#include <wx/image.h>
#include <algorithm>
#include "video_provider.h"
#include "video_provider_lavc.h"
#include "mkv_wrap.h"
#include "lavc_file.h"
#include "utils.h"