Skip to content

Commit

Permalink
Add missing include breaking the modules build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-prantl committed Oct 18, 2023
1 parent 1891d21 commit 410f413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/include/llvm/Analysis/WithCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 410f413

Please sign in to comment.