projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
513da43
)
Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation of this...
author
Anton Korobeynikov
<asl@math.spbu.ru>
Sat, 6 Oct 2007 13:07:11 +0000
(13:07 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Sat, 6 Oct 2007 13:07:11 +0000
(13:07 +0000)
Inspired by Laurence Tratt's patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42695
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Pass.h
patch
|
blob
|
history
diff --git
a/include/llvm/Pass.h
b/include/llvm/Pass.h
index e38ee8fda30784c3ed35d6139b60523f6e25d7ed..068794d05c0ed4af51bd255816fb43a272cb58a5 100644
(file)
--- a/
include/llvm/Pass.h
+++ b/
include/llvm/Pass.h
@@
-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>