summaryrefslogtreecommitdiffstats
path: root/src/test/bench_log.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/bench_log.cc')
-rw-r--r--src/test/bench_log.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/bench_log.cc b/src/test/bench_log.cc
index 60fda462e87..2408c5dffb6 100644
--- a/src/test/bench_log.cc
+++ b/src/test/bench_log.cc
@@ -1,6 +1,8 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
+#include <iostream> // for std::cout
+
#include "include/types.h"
#include "common/Thread.h"
#include "common/debug.h"
@@ -8,6 +10,7 @@
#include "common/config.h"
#include "common/ceph_argparse.h"
#include "global/global_init.h"
+#include "log/Log.h"
#define dout_context g_ceph_context