From: Anand Shukla Date: Tue, 16 Jul 2002 00:04:57 +0000 (+0000) Subject: added std:: to pair X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3edfb64902ea87ec9cb639ba9ebf28d1b1a7b039;p=oota-llvm.git 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 c03191c9d9c..8d4ad564065 100644 --- a/lib/Bytecode/Reader/Reader.cpp +++ b/lib/Bytecode/Reader/Reader.cpp @@ -26,6 +26,7 @@ #include #include using std::cerr; +using std::pair; using std::make_pair; bool BytecodeParser::getTypeSlot(const Type *Ty, unsigned &Slot) {