[ptr-traits] Add one more #include necessary to do strict alignment
authorChandler Carruth <chandlerc@gmail.com>
Wed, 30 Dec 2015 03:56:17 +0000 (03:56 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 30 Dec 2015 03:56:17 +0000 (03:56 +0000)
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

index b72b259097c3697a0b5171decb6bf2133ad5c836..ea2f0c3f09f3d1a826a3d9b8df5a63a93dbe4494 100644 (file)
 #define LLVM_IR_MANGLER_H
 
 #include "llvm/ADT/DenseMap.h"
 #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;
 #include "llvm/Support/raw_ostream.h"
 
 namespace llvm {
 
 class DataLayout;
-class GlobalValue;
 template <typename T> class SmallVectorImpl;
 class Twine;
 
 template <typename T> class SmallVectorImpl;
 class Twine;