[PATCH] D118039: [llvm] Add missing STLExtras.h include.

Adrian Kuegel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 05:39:15 PST 2022


akuegel created this revision.
Herald added a subscriber: dexonsmith.
akuegel requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118039

Files:
  llvm/include/llvm/ADT/CoalescingBitVector.h


Index: llvm/include/llvm/ADT/CoalescingBitVector.h
===================================================================
--- llvm/include/llvm/ADT/CoalescingBitVector.h
+++ llvm/include/llvm/ADT/CoalescingBitVector.h
@@ -15,6 +15,7 @@
 #define LLVM_ADT_COALESCINGBITVECTOR_H
 
 #include "llvm/ADT/IntervalMap.h"
+#include "llvm/ADT/STLExtras.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/iterator_range.h"
 #include "llvm/Support/Debug.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118039.402488.patch
Type: text/x-patch
Size: 449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220124/24244de2/attachment.bin>


More information about the llvm-commits mailing list