From 0b4cf0e2681134aebdcaf9c3fe2b13e956afb6ed Mon Sep 17 00:00:00 2001 From: Rick Newton-Rogers Date: Wed, 11 Dec 2024 11:28:35 +0000 Subject: [PATCH] add missing imports --- Sources/GRPCCodeGen/CodeGenerationRequest.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/GRPCCodeGen/CodeGenerationRequest.swift b/Sources/GRPCCodeGen/CodeGenerationRequest.swift index 5106b3c58..fbe545dbe 100644 --- a/Sources/GRPCCodeGen/CodeGenerationRequest.swift +++ b/Sources/GRPCCodeGen/CodeGenerationRequest.swift @@ -14,6 +14,8 @@ * limitations under the License. */ +import Foundation + /// Describes the services, dependencies and trivia from an IDL file, /// and the IDL itself through its specific serializer and deserializer. public struct CodeGenerationRequest {