1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

added std:: to pair

llvm-svn: 2917
This commit is contained in:
Anand Shukla 2002-07-16 00:04:57 +00:00
parent c01ca9bfd4
commit 14f0ab662d

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