Get this building with gcc-4.4.
authorDuncan Sands <baldrick@free.fr>
Fri, 16 Jan 2009 15:54:57 +0000 (15:54 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 16 Jan 2009 15:54:57 +0000 (15:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62322 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/PointerIntPair.h

index c2d949364bc2b764ad7624a1801501cf9e281a21..8b476199d38b53eb4272c87da04da029331a8508 100644 (file)
@@ -14,6 +14,7 @@
 #ifndef LLVM_ADT_POINTERINTPAIR_H
 #define LLVM_ADT_POINTERINTPAIR_H
 
+#include "llvm/Support/DataTypes.h"
 #include <cassert>
 
 namespace llvm {