summaryrefslogtreecommitdiff
path: root/include
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
commit6ea5776f51358da9c3b59c268479344379bb8448 (patch)
treed24ef65c1981f3eb6a52f3bcfa591ee9eccf4f41 /include
parent81d05c2ae210b09018e7b47cbf3c88e712046349 (diff)
downloadllvm-6ea5776f51358da9c3b59c268479344379bb8448.tar.gz
llvm-6ea5776f51358da9c3b59c268479344379bb8448.tar.bz2
llvm-6ea5776f51358da9c3b59c268479344379bb8448.tar.xz
Get this building with gcc-4.4.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 c2d949364b..8b476199d3 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 {