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:
Anton Korobeynikov 2007-10-06 13:07:11 +00:00
parent 0de312dd7d
commit 8d8f94c278
1 changed files with 1 additions and 0 deletions

View File

@ -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>