From: Duncan Sands Date: Fri, 16 Jan 2009 15:54:57 +0000 (+0000) Subject: Get this building with gcc-4.4. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6ea5776f51358da9c3b59c268479344379bb8448;p=oota-llvm.git Get this building with gcc-4.4. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62322 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/PointerIntPair.h b/include/llvm/ADT/PointerIntPair.h index c2d949364bc..8b476199d38 100644 --- a/include/llvm/ADT/PointerIntPair.h +++ b/include/llvm/ADT/PointerIntPair.h @@ -14,6 +14,7 @@ #ifndef LLVM_ADT_POINTERINTPAIR_H #define LLVM_ADT_POINTERINTPAIR_H +#include "llvm/Support/DataTypes.h" #include namespace llvm {