diff options
author | Nicolas Noble <nnoble@google.com> | 2015-04-07 18:01:18 -0700 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-04-08 05:42:08 +0200 |
commit | 89219162dd613b58da8f3cd418f4825a5d566da5 (patch) | |
tree | 3c3a4b0a299e7df62caff4562863bde6377d965a /test/cpp/util | |
parent | 9973aa3aa6e29e5949f9a330cc3c1eb92c0a5830 (diff) |
Refactoring std::chrono out.
Diffstat (limited to 'test/cpp/util')
-rw-r--r-- | test/cpp/util/time_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cpp/util/time_test.cc b/test/cpp/util/time_test.cc index 4641fdb4da..767cb51c92 100644 --- a/test/cpp/util/time_test.cc +++ b/test/cpp/util/time_test.cc @@ -31,11 +31,10 @@ * */ -#include "src/cpp/util/time.h" - #include <chrono> #include <grpc/support/time.h> +#include <grpc++/time.h> #include <gtest/gtest.h> using std::chrono::duration_cast; |