Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/clang
diff options
context:
space:
mode:
authorserge-sans-paille <sguelton@redhat.com>2022-03-10 00:29:31 +0300
committerserge-sans-paille <sguelton@redhat.com>2022-03-12 19:26:40 +0300
commited98c1b37661b0795a5e34517941485f0f0688d1 (patch)
tree5b46fd59cbde618330d926cf5feb3ad7eb752c7d /clang
parent913107fa1fb1ea680f1f079a1cdfc5f05a7bfb0b (diff)
Cleanup includes: DebugInfo & CodeGen
Discourse thread: https://discourse.llvm.org/t/include-what-you-use-include-cleanup Differential Revision: https://reviews.llvm.org/D121332
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/AST/VTableBuilder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/AST/VTableBuilder.cpp b/clang/lib/AST/VTableBuilder.cpp
index 24586d6b70d4..a483b10842a7 100644
--- a/clang/lib/AST/VTableBuilder.cpp
+++ b/clang/lib/AST/VTableBuilder.cpp
@@ -17,6 +17,7 @@
#include "clang/AST/RecordLayout.h"
#include "clang/Basic/TargetInfo.h"
#include "llvm/ADT/SetOperations.h"
+#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"