Add missing #include

llvm-svn: 181900
This commit is contained in:
Douglas Gregor 2013-05-15 17:41:02 +00:00
parent e3a0a6ec91
commit 5a4cba0ba6
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#ifndef LLVM_ADT_POINTERUNION_H #ifndef LLVM_ADT_POINTERUNION_H
#define LLVM_ADT_POINTERUNION_H #define LLVM_ADT_POINTERUNION_H
#include "llvm/Support/Compiler.h"
#include "llvm/ADT/PointerIntPair.h" #include "llvm/ADT/PointerIntPair.h"
namespace llvm { namespace llvm {