summaryrefslogtreecommitdiff
path: root/test/pixel_formats_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/pixel_formats_test.cc
parent1858190cff2f960f3d1f0a5cc02c69da86088f5b (diff)
More <iostream> includes for Arch.
Diffstat (limited to 'test/pixel_formats_test.cc')
-rw-r--r--test/pixel_formats_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pixel_formats_test.cc b/test/pixel_formats_test.cc
index a104e620b..da675f5a8 100644
--- a/test/pixel_formats_test.cc
+++ b/test/pixel_formats_test.cc
@@ -31,6 +31,7 @@ extern "C" {
#include <libavcodec/avcodec.h>
}
#include "lib/image.h"
+#include <iostream>
using std::list;
using std::cout;