diff --git a/src/objective-c/tests/Common/GRPCBlockCallbackResponseHandler.m b/src/objective-c/tests/Common/GRPCBlockCallbackResponseHandler.m index 39ceabad907..c797b0e91bc 100644 --- a/src/objective-c/tests/Common/GRPCBlockCallbackResponseHandler.m +++ b/src/objective-c/tests/Common/GRPCBlockCallbackResponseHandler.m @@ -14,7 +14,7 @@ * limitations under the License. */ -#import +#import "GRPCBlockCallbackResponseHandler.h" @implementation GRPCBlockCallbackResponseHandler { void (^_initialMetadataCallback)(NSDictionary *);