aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_json_driver.cc
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-03-14 10:58:44 -0700
committerGravatar yang-g <yangg@google.com>2017-03-14 10:58:44 -0700
commit90f43d4fa4d833b9ae693ee02a1b956f7188971a (patch)
tree8b6c1c00de871df40469aef07c144b65f4fabcec /test/cpp/qps/qps_json_driver.cc
parentf0fb7413ea0a185ca29b0102bc12e9a39382d6d9 (diff)
add missing header
Diffstat (limited to 'test/cpp/qps/qps_json_driver.cc')
-rw-r--r--test/cpp/qps/qps_json_driver.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/qps/qps_json_driver.cc b/test/cpp/qps/qps_json_driver.cc
index ddaaa7ca75..bd2c1f0ec6 100644
--- a/test/cpp/qps/qps_json_driver.cc
+++ b/test/cpp/qps/qps_json_driver.cc
@@ -31,6 +31,7 @@
*
*/
+#include <iostream>
#include <memory>
#include <set>