commit | 3edfb64902ea87ec9cb639ba9ebf28d1b1a7b039 | [log] [tgz] |
---|---|---|
author | Anand Shukla <ashukla@cs.uiuc.edu> | Tue Jul 16 00:04:57 2002 +0000 |
committer | Anand Shukla <ashukla@cs.uiuc.edu> | Tue Jul 16 00:04:57 2002 +0000 |
tree | c851731610d9d04ddce332d4205c624b091db890 | |
parent | 18be6fb71644d40b33f0dde4302a984004d72193 [diff] [blame] |
added std:: to pair git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2917 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Bytecode/Reader/Reader.cpp b/lib/Bytecode/Reader/Reader.cpp index c03191c..8d4ad56 100644 --- a/lib/Bytecode/Reader/Reader.cpp +++ b/lib/Bytecode/Reader/Reader.cpp
@@ -26,6 +26,7 @@ #include <algorithm> #include <iostream> using std::cerr; +using std::pair; using std::make_pair; bool BytecodeParser::getTypeSlot(const Type *Ty, unsigned &Slot) {