added std:: to pair

llvm-svn: 2917
This commit is contained in:
Anand Shukla 2002-07-16 00:04:57 +00:00
parent 09da3b881f
commit f7d7871656
1 changed files with 1 additions and 0 deletions

View 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) {