Include the config.h file to make sure that nullptr is covered

pull/1139/head
vjpai 10 years ago
parent 33872de382
commit 4bcab68012
  1. 1
      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()) {}

Loading…
Cancel
Save