From 4bcab68012662b0cd63abb769f3e309604d1fb91 Mon Sep 17 00:00:00 2001 From: vjpai Date: Thu, 26 Mar 2015 13:21:24 -0700 Subject: [PATCH] Include the config.h file to make sure that nullptr is covered --- test/cpp/qps/timer.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cpp/qps/timer.cc b/test/cpp/qps/timer.cc index 3c1342041cf..d1b6bc1e55a 100644 --- a/test/cpp/qps/timer.cc +++ b/test/cpp/qps/timer.cc @@ -36,6 +36,7 @@ #include #include #include +#include Timer::Timer() : start_(Sample()) {}