Add missing #include
authorDouglas Gregor <dgregor@apple.com>
Wed, 15 May 2013 17:41:02 +0000 (17:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 15 May 2013 17:41:02 +0000 (17:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181900 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/PointerUnion.h

index b63ee52cdddace12562164374b39a7fac9feb96d..c1a6d74412874606209f5488e441118e49f6eaec 100644 (file)
@@ -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 {