aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-21 17:48:34 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-21 17:48:34 -0800
commitddcb53a9de8ca5a21c7b3ae1e0c4ce96b7eced88 (patch)
treebdf07ea76dd1ff04816045c9938543a5fa2ce3e5 /include/grpc++/impl/codegen
parent1e927a6ee42d4ff1547f002fe5b45018da9cc967 (diff)
made codegen targets in build.yaml
Diffstat (limited to 'include/grpc++/impl/codegen')
-rw-r--r--include/grpc++/impl/codegen/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/time.h b/include/grpc++/impl/codegen/time.h
index 5ad950821c..bed7423341 100644
--- a/include/grpc++/impl/codegen/time.h
+++ b/include/grpc++/impl/codegen/time.h
@@ -79,7 +79,7 @@ class TimePoint<gpr_timespec> {
#include <chrono>
-#include <grpc/support/time.h>
+#include <grpc/impl/codegen/time.h>
namespace grpc {