diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-07-16 00:04:57 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-07-16 00:04:57 +0000 |
commit | 3edfb64902ea87ec9cb639ba9ebf28d1b1a7b039 (patch) | |
tree | c851731610d9d04ddce332d4205c624b091db890 /lib/Bytecode | |
parent | 18be6fb71644d40b33f0dde4302a984004d72193 (diff) |
added std:: to pair
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2917 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
-rw-r--r-- | lib/Bytecode/Reader/Reader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Bytecode/Reader/Reader.cpp b/lib/Bytecode/Reader/Reader.cpp index c03191c9d9..8d4ad56406 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) { |