[llvm] 410f413 - Add missing include breaking the modules build

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 18 09:30:40 PDT 2023


Author: Adrian Prantl
Date: 2023-10-18T09:30:33-07:00
New Revision: 410f41300a7f6d995c324db3b758e110b5aadba3

URL: https://github.com/llvm/llvm-project/commit/410f41300a7f6d995c324db3b758e110b5aadba3
DIFF: https://github.com/llvm/llvm-project/commit/410f41300a7f6d995c324db3b758e110b5aadba3.diff

LOG: Add missing include breaking the modules build

Added: 
    

Modified: 
    llvm/include/llvm/Analysis/WithCache.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Analysis/WithCache.h b/llvm/include/llvm/Analysis/WithCache.h
index 8065c45738f840b..7bd680bf097af1f 100644
--- a/llvm/include/llvm/Analysis/WithCache.h
+++ b/llvm/include/llvm/Analysis/WithCache.h
@@ -14,6 +14,7 @@
 #ifndef LLVM_ANALYSIS_WITHCACHE_H
 #define LLVM_ANALYSIS_WITHCACHE_H
 
+#include "llvm/ADT/PointerIntPair.h"
 #include "llvm/IR/Value.h"
 #include "llvm/Support/KnownBits.h"
 #include <type_traits>


        


More information about the llvm-commits mailing list