added std:: to pair
authorAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 16 Jul 2002 00:04:57 +0000 (00:04 +0000)
committerAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 16 Jul 2002 00:04:57 +0000 (00:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2917 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Reader/Reader.cpp

index c03191c9d9c66ba8e2b44179f921910dcc9661b9..8d4ad5640651cc5ed835b186f693e0c05175afe5 100644 (file)
@@ -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) {