Skip to content

Commit 77dbf62

Browse files
[NFC] IWYU for swift/Basic/TypeID.h.
1 parent 82e87f6 commit 77dbf62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/swift/Basic/TypeID.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@
1919
#ifndef SWIFT_BASIC_TYPEID_H
2020
#define SWIFT_BASIC_TYPEID_H
2121

22+
// NOTE: Most of these includes are for CTypeIDZone.def and DefineTypeIDZone.h.
23+
#include "llvm/ADT/ArrayRef.h"
2224
#include "llvm/ADT/TinyPtrVector.h"
2325
#include "llvm/ADT/StringRef.h"
2426
#include <cstdint>
27+
#include <memory>
2528
#include <string>
2629
#include <vector>
2730

0 commit comments

Comments
 (0)