From b5bc65308c8a3213fece6aa0fcdc39c044ca6d49 Mon Sep 17 00:00:00 2001 From: Anthony Latsis Date: Sat, 15 Nov 2025 01:41:54 +0000 Subject: [PATCH] Fix build after https://github.com/swiftlang/swift-docc/pull/1331 --- .../DocCReferenceResolutionService.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/DocumentationLanguageService/DocCReferenceResolutionService.swift b/Sources/DocumentationLanguageService/DocCReferenceResolutionService.swift index 549d9040b..2b3d185d8 100644 --- a/Sources/DocumentationLanguageService/DocCReferenceResolutionService.swift +++ b/Sources/DocumentationLanguageService/DocCReferenceResolutionService.swift @@ -10,6 +10,7 @@ // //===----------------------------------------------------------------------===// +import DocCCommon import Foundation import IndexStoreDB @_spi(SourceKitLSP) import LanguageServerProtocol