summaryrefslogtreecommitdiff
path: root/test/seek_zero_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/seek_zero_test.cc
parent1858190cff2f960f3d1f0a5cc02c69da86088f5b (diff)
More <iostream> includes for Arch.
Diffstat (limited to 'test/seek_zero_test.cc')
-rw-r--r--test/seek_zero_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/seek_zero_test.cc b/test/seek_zero_test.cc
index ab2b48198..ad8ecb09f 100644
--- a/test/seek_zero_test.cc
+++ b/test/seek_zero_test.cc
@@ -31,6 +31,7 @@
#include "lib/ffmpeg_audio_stream.h"
#include "lib/content_video.h"
#include "test.h"
+#include <iostream>
using std::cout;
using std::list;