1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Get this building with gcc-4.4.

llvm-svn: 62322
This commit is contained in:
Duncan Sands 2009-01-16 15:54:57 +00:00
parent 2bb8d618ad
commit ecfbe4521c

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 {