From 3936ed70c998e9c140b4e77cdeafcc0deecc0a95 Mon Sep 17 00:00:00 2001 From: Jorge Canizales Date: Sun, 21 Jun 2015 14:43:56 -0700 Subject: Import headers based on path in the runtime libraries Part of fixing https://github.com/grpc/grpc/issues/2192 --- src/objective-c/GRPCClient/private/NSError+GRPC.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/objective-c/GRPCClient/private/NSError+GRPC.m') diff --git a/src/objective-c/GRPCClient/private/NSError+GRPC.m b/src/objective-c/GRPCClient/private/NSError+GRPC.m index f7390476d9..638f41cb11 100644 --- a/src/objective-c/GRPCClient/private/NSError+GRPC.m +++ b/src/objective-c/GRPCClient/private/NSError+GRPC.m @@ -33,7 +33,7 @@ #import "NSError+GRPC.h" -#include +#include NSString * const kGRPCErrorDomain = @"io.grpc"; -- cgit v1.2.3