Skip to content

Commit 83a6c2b

Browse files
committed
Add missing header includes
Today we get these headers indirectly, but when compiling against `llvm.org/master` the build breaks.
1 parent e1b6eb6 commit 83a6c2b

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)