summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2013-05-15 17:41:02 +0000
committerDouglas Gregor <dgregor@apple.com>2013-05-15 17:41:02 +0000
commit5a4cba0ba6c229fc1d676e87f123e4679ba3e6e0 (patch)
treeca793b9747d9b970ea49c6ce836cfb3d5ca486fb
parente3a0a6ec919f3e549a949d32364edd47c20a371f (diff)
downloadbcm5719-llvm-5a4cba0ba6c229fc1d676e87f123e4679ba3e6e0.tar.gz
bcm5719-llvm-5a4cba0ba6c229fc1d676e87f123e4679ba3e6e0.zip
Add missing #include
llvm-svn: 181900
-rw-r--r--llvm/include/llvm/ADT/PointerUnion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/ADT/PointerUnion.h b/llvm/include/llvm/ADT/PointerUnion.h
index b63ee52cddd..c1a6d744128 100644
--- a/llvm/include/llvm/ADT/PointerUnion.h
+++ b/llvm/include/llvm/ADT/PointerUnion.h
@@ -15,6 +15,7 @@
#ifndef LLVM_ADT_POINTERUNION_H
#define LLVM_ADT_POINTERUNION_H
+#include "llvm/Support/Compiler.h"
#include "llvm/ADT/PointerIntPair.h"
namespace llvm {
OpenPOWER on IntegriCloud