From 3edfb64902ea87ec9cb639ba9ebf28d1b1a7b039 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Tue, 16 Jul 2002 00:04:57 +0000 Subject: [PATCH] added std:: to pair git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2917 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bytecode/Reader/Reader.cpp | 1 + 1 file changed, 1 insertion(+) 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) {