diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-14 23:45:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-14 23:45:20 +0100 |
| commit | 17553e8613a83bbca51781e5c8d2308810e2aeeb (patch) | |
| tree | 368f5cd2c2a930580b88d597300e6434ea1a4375 /test/ffmpeg_decoder_sequential_test.cc | |
| parent | 1858190cff2f960f3d1f0a5cc02c69da86088f5b (diff) | |
More <iostream> includes for Arch.
Diffstat (limited to 'test/ffmpeg_decoder_sequential_test.cc')
| -rw-r--r-- | test/ffmpeg_decoder_sequential_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ffmpeg_decoder_sequential_test.cc b/test/ffmpeg_decoder_sequential_test.cc index 22ab61624..767ea6727 100644 --- a/test/ffmpeg_decoder_sequential_test.cc +++ b/test/ffmpeg_decoder_sequential_test.cc @@ -29,6 +29,7 @@ #include "test.h" #include <boost/filesystem.hpp> #include <boost/test/unit_test.hpp> +#include <iostream> using std::cout; using std::cerr; |
