summaryrefslogtreecommitdiff
path: root/test/file_log_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/file_log_test.cc
parent1858190cff2f960f3d1f0a5cc02c69da86088f5b (diff)
More <iostream> includes for Arch.
Diffstat (limited to 'test/file_log_test.cc')
-rw-r--r--test/file_log_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/file_log_test.cc b/test/file_log_test.cc
index 29205e400..0d60753fd 100644
--- a/test/file_log_test.cc
+++ b/test/file_log_test.cc
@@ -19,6 +19,7 @@
#include "lib/file_log.h"
#include <boost/test/unit_test.hpp>
+#include <iostream>
using std::cout;