summaryrefslogtreecommitdiff
path: root/test/video_decoder_fill_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-14 23:45:20 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-14 23:45:20 +0100
commit17553e8613a83bbca51781e5c8d2308810e2aeeb (patch)
tree368f5cd2c2a930580b88d597300e6434ea1a4375 /test/video_decoder_fill_test.cc
parent1858190cff2f960f3d1f0a5cc02c69da86088f5b (diff)
More <iostream> includes for Arch.
Diffstat (limited to 'test/video_decoder_fill_test.cc')
-rw-r--r--test/video_decoder_fill_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/video_decoder_fill_test.cc b/test/video_decoder_fill_test.cc
index 6d75e30da..67e84b713 100644
--- a/test/video_decoder_fill_test.cc
+++ b/test/video_decoder_fill_test.cc
@@ -21,6 +21,7 @@
#include "lib/image_decoder.h"
#include "lib/image_content.h"
#include "test.h"
+#include <iostream>
using std::list;
using std::cout;