summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/video_decoder.cc')
-rw-r--r--src/lib/video_decoder.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc
index 5dd078553..64c66ea55 100644
--- a/src/lib/video_decoder.cc
+++ b/src/lib/video_decoder.cc
@@ -19,12 +19,14 @@
#include "video_decoder.h"
#include "image.h"
+#include "image_proxy.h"
#include "content_video.h"
#include "i18n.h"
using std::cout;
using std::list;
+using std::max;
using boost::shared_ptr;
using boost::optional;