forked from OSchip/llvm-project
Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation of this file.
Inspired by Laurence Tratt's patch llvm-svn: 42695
This commit is contained in:
parent
0de312dd7d
commit
8d8f94c278
|
@ -29,6 +29,7 @@
|
|||
#ifndef LLVM_PASS_H
|
||||
#define LLVM_PASS_H
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include "llvm/Support/Streams.h"
|
||||
#include <vector>
|
||||
#include <deque>
|
||||
|
|
Loading…
Reference in New Issue