diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-06-22 19:04:15 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-06-23 21:13:29 -0700 |
commit | 59bb9d7d5616c4ba722d18e9158db6c966b87129 (patch) | |
tree | aed28306ba79aa237bc7020dd8abc6ca48825462 /src/objective-c | |
parent | 870af21d65b6b21bb2dd6127797eee86c1aef727 (diff) |
Have Cocoapods rename includes in the core wrapper
Diffstat (limited to 'src/objective-c')
-rw-r--r-- | src/objective-c/GRPCClient/GRPCCall.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.m b/src/objective-c/GRPCClient/GRPCCall.m index a9625a1799..77eebeff76 100644 --- a/src/objective-c/GRPCClient/GRPCCall.m +++ b/src/objective-c/GRPCClient/GRPCCall.m @@ -34,7 +34,7 @@ #import "GRPCCall.h" #include <grpc/grpc.h> -#include <grpc/support/grpc_time.h> +#include <grpc/support/time.h> #import "GRPCMethodName.h" #import "private/GRPCChannel.h" |