Skip to content

Commit 410f413

Browse files
committed
Add missing include breaking the modules build
1 parent 1891d21 commit 410f413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/Analysis/WithCache.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#ifndef LLVM_ANALYSIS_WITHCACHE_H
1515
#define LLVM_ANALYSIS_WITHCACHE_H
1616

17+
#include "llvm/ADT/PointerIntPair.h"
1718
#include "llvm/IR/Value.h"
1819
#include "llvm/Support/KnownBits.h"
1920
#include <type_traits>

0 commit comments

Comments
 (0)