mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] Add missing std::string include
`SwiftInvocation.h` references `std::string`, but does not include `<string>`. This results in an error when compiling on Linux.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#define LLVM_SOURCEKIT_LIB_SWIFTLANG_SWIFTINVOCATION_H
|
||||
|
||||
#include "swift/Basic/ThreadSafeRefCounted.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace swift {
|
||||
|
||||
Reference in New Issue
Block a user