aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-01-16 15:54:57 +0000
committerDuncan Sands <baldrick@free.fr>2009-01-16 15:54:57 +0000
commitef2a9333377d14a3898bdef0fad1f60a1e22f61e (patch)
treed24ef65c1981f3eb6a52f3bcfa591ee9eccf4f41
parenta75223a7ef648565059b49633e8a164ec4969ff6 (diff)
downloadexternal_llvm-ef2a9333377d14a3898bdef0fad1f60a1e22f61e.zip
external_llvm-ef2a9333377d14a3898bdef0fad1f60a1e22f61e.tar.gz
external_llvm-ef2a9333377d14a3898bdef0fad1f60a1e22f61e.tar.bz2
Get this building with gcc-4.4.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62322 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/ADT/PointerIntPair.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/PointerIntPair.h b/include/llvm/ADT/PointerIntPair.h
index c2d9493..8b47619 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 <cassert>
namespace llvm {