diff options
Diffstat (limited to 'include/llvm/IR/Mangler.h')
-rw-r--r-- | include/llvm/IR/Mangler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/Mangler.h b/include/llvm/IR/Mangler.h index b72b259097c3..ea2f0c3f09f3 100644 --- a/include/llvm/IR/Mangler.h +++ b/include/llvm/IR/Mangler.h @@ -15,12 +15,12 @@ #define LLVM_IR_MANGLER_H #include "llvm/ADT/DenseMap.h" +#include "llvm/IR/GlobalValue.h" #include "llvm/Support/raw_ostream.h" namespace llvm { class DataLayout; -class GlobalValue; template <typename T> class SmallVectorImpl; class Twine; |