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

This fixes the build on OpenBSD and potentially other systems.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31550 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell 2006-11-08 15:04:35 +00:00
parent 6ea0f6bce8
commit 72a780f577

View File

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