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:
7473413
)
Fix stupid oversight of missing #include.
author
Chris Lattner
<sabre@nondot.org>
Sat, 17 Aug 2002 22:02:41 +0000
(22:02 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 17 Aug 2002 22:02:41 +0000
(22:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3367
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Bytecode/Reader/ConstantReader.cpp
patch
|
blob
|
history
diff --git
a/lib/Bytecode/Reader/ConstantReader.cpp
b/lib/Bytecode/Reader/ConstantReader.cpp
index 88bfa3444a240596b9d1d3177ff1107555a1944a..df1336084e30f7609c706c7fe7b42a16cd8ba375 100644
(file)
--- a/
lib/Bytecode/Reader/ConstantReader.cpp
+++ b/
lib/Bytecode/Reader/ConstantReader.cpp
@@
-10,6
+10,7
@@
#include "ReaderInternals.h"
#include "llvm/Module.h"
+#include "llvm/Constants.h"
#include <algorithm>
using std::make_pair;