Skip to content

Commit 0b4cf0e

Browse files
committed
add missing imports
1 parent 0ecbb57 commit 0b4cf0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/GRPCCodeGen/CodeGenerationRequest.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17+
import Foundation
18+
1719
/// Describes the services, dependencies and trivia from an IDL file,
1820
/// and the IDL itself through its specific serializer and deserializer.
1921
public struct CodeGenerationRequest {

0 commit comments

Comments
 (0)