Include llvm/Support/DataTypes.h to define intptr_t.

This fixes the build on OpenBSD and potentially other systems.

llvm-svn: 31550
This commit is contained in:
John Criswell 2006-11-08 15:04:35 +00:00
parent 62bbc9ef58
commit 8ea2e68493
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/Allocator.h"
#include "llvm/Support/DataTypes.h"
#include <iostream>
using namespace llvm;