[ptr-traits] Add one more #include necessary to do strict alignment

checking of pointers used in PointerIntPairs.

llvm-svn: 256617
This commit is contained in:
Chandler Carruth 2015-12-30 03:56:17 +00:00
parent 34f373cd05
commit a9030d5c16
1 changed files with 1 additions and 1 deletions

View File

@ -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;