From 140bb2d40b16867ef19c1912fec4a446bbc2bfbd Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 30 Dec 2015 03:56:17 +0000 Subject: [PATCH] [ptr-traits] Add one more #include necessary to do strict alignment checking of pointers used in PointerIntPairs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256617 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/Mangler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/IR/Mangler.h b/include/llvm/IR/Mangler.h index b72b259097c..ea2f0c3f09f 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 class SmallVectorImpl; class Twine; -- 2.34.1