We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e87f6 commit 77dbf62Copy full SHA for 77dbf62
include/swift/Basic/TypeID.h
@@ -19,9 +19,12 @@
19
#ifndef SWIFT_BASIC_TYPEID_H
20
#define SWIFT_BASIC_TYPEID_H
21
22
+// NOTE: Most of these includes are for CTypeIDZone.def and DefineTypeIDZone.h.
23
+#include "llvm/ADT/ArrayRef.h"
24
#include "llvm/ADT/TinyPtrVector.h"
25
#include "llvm/ADT/StringRef.h"
26
#include <cstdint>
27
+#include <memory>
28
#include <string>
29
#include <vector>
30
0 commit comments