Skip to content

Commit 3978d81

Browse files
authored
Merge pull request swiftlang#30502 from MForster/add-missing-headers
2 parents f4fee7a + 83a6c2b commit 3978d81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/swift/TBDGen/TBDGen.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
#ifndef SWIFT_IRGEN_TBDGEN_H
1313
#define SWIFT_IRGEN_TBDGEN_H
1414

15+
#include "llvm/ADT/Hashing.h"
1516
#include "llvm/ADT/StringRef.h"
1617
#include "llvm/ADT/StringSet.h"
1718
#include "swift/Basic/Version.h"
19+
#include <vector>
1820

1921
namespace llvm {
2022
class raw_ostream;

0 commit comments

Comments
 (0)