aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.h
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-09-01 10:52:23 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-09-02 22:03:06 -0700
commit86e5a050f7db82f49e92bc79be3a0f8623353be3 (patch)
tree0a9bddf918660d32b3ae935bade74a990f666301 /src/objective-c/GRPCClient/GRPCCall.h
parent84fa531e4d5a3ca295ffdf93b3b1d676b3dec26f (diff)
Make GRPCRequestHeaders public and import from GRPCCall
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h
index 975ff8feff..1487001da5 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -48,7 +48,7 @@
#import <Foundation/Foundation.h>
#import <RxLibrary/GRXWriter.h>
-@class GRPCRequestHeaders;
+#import "GRPCRequestHeaders.h"
// Keys used in |NSError|'s |userInfo| dictionary to store the response headers and trailers sent by
// the server.