Get this building with gcc-4.4.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62322 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2009-01-16 15:54:57 +00:00
parent 81d05c2ae2
commit 6ea5776f51

View File

@ -14,6 +14,7 @@
#ifndef LLVM_ADT_POINTERINTPAIR_H
#define LLVM_ADT_POINTERINTPAIR_H
#include "llvm/Support/DataTypes.h"
#include <cassert>
namespace llvm {