OSDN Git Service

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 c2d9493..8b47619 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 {