aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2015-03-26 13:21:24 -0700
committerGravatar vjpai <vpai@google.com>2015-03-26 13:21:24 -0700
commit4bcab68012662b0cd63abb769f3e309604d1fb91 (patch)
tree578555fa1503c8b6e704f6beb9f050bb856785fa /test/cpp/qps
parent33872de382eea18128119bebe29616676f0e15eb (diff)
Include the config.h file to make sure that nullptr is covered
Diffstat (limited to 'test/cpp/qps')
-rw-r--r--test/cpp/qps/timer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/qps/timer.cc b/test/cpp/qps/timer.cc
index 3c1342041c..d1b6bc1e55 100644
--- a/test/cpp/qps/timer.cc
+++ b/test/cpp/qps/timer.cc
@@ -36,6 +36,7 @@
#include <sys/time.h>
#include <sys/resource.h>
#include <grpc/support/time.h>
+#include <grpc++/config.h>
Timer::Timer() : start_(Sample()) {}