From: Douglas Gregor Date: Wed, 15 May 2013 17:41:02 +0000 (+0000) Subject: Add missing #include X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=df6e5fb77ca864c55735b903eb022fb1e38fa3d2;p=oota-llvm.git Add missing #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181900 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/PointerUnion.h b/include/llvm/ADT/PointerUnion.h index b63ee52cddd..c1a6d744128 100644 --- a/include/llvm/ADT/PointerUnion.h +++ b/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 {