Skip to content

Commit 9061ce2

Browse files
committed
Merge pull request #2468 from modocache/sourcekit-linux-includes
2 parents 414cfe7 + d7020d8 commit 9061ce2

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

tools/SourceKit/include/SourceKit/Support/ThreadSafeRefCntPtr.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#include "llvm/ADT/IntrusiveRefCntPtr.h"
1717
#include "llvm/Support/Mutex.h"
1818
#include <atomic>
19+
#include <type_traits>
20+
#include <utility>
1921

2022
namespace SourceKit {
2123

tools/SourceKit/include/SourceKit/Support/UIdent.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#include "llvm/ADT/StringRef.h"
1717
#include "llvm/Support/Compiler.h"
18+
#include <atomic>
1819

1920
namespace llvm {
2021
class raw_ostream;

tools/SourceKit/lib/SwiftLang/SwiftInvocation.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#define LLVM_SOURCEKIT_LIB_SWIFTLANG_SWIFTINVOCATION_H
1515

1616
#include "swift/Basic/ThreadSafeRefCounted.h"
17+
#include <string>
1718
#include <vector>
1819

1920
namespace swift {

0 commit comments

Comments
 (0)