Skip to content

Commit c1c96ac

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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-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 {

Sources/GRPCCodeGen/Internal/Translator/Docs.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
package enum Docs {
1820
package static func suffix(_ header: String, withDocs footer: String) -> String {
1921
if footer.isEmpty {

0 commit comments

Comments
 (0)