forked from OSchip/llvm-project
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:
parent
62bbc9ef58
commit
8ea2e68493
|
@ -12,6 +12,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Support/Allocator.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <iostream>
|
||||
using namespace llvm;
|
||||
|
||||
|
|
Loading…
Reference in New Issue