Skip to content

Commit

Permalink
Include the config.h file to make sure that nullptr is covered
Browse files Browse the repository at this point in the history
  • Loading branch information
vjpai committed Mar 26, 2015
1 parent 33872de commit 4bcab68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cpp/qps/timer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {}

Expand Down

0 comments on commit 4bcab68

Please sign in to comment.