From: Chandler Carruth Date: Wed, 30 Dec 2015 03:56:17 +0000 (+0000) Subject: [ptr-traits] Add one more #include necessary to do strict alignment X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=140bb2d40b16867ef19c1912fec4a446bbc2bfbd [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 --- 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;