diff options
Diffstat (limited to 'lib/Bytecode/Reader/Reader.cpp')
-rw-r--r-- | lib/Bytecode/Reader/Reader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Bytecode/Reader/Reader.cpp b/lib/Bytecode/Reader/Reader.cpp index c03191c9d9..8d4ad56406 100644 --- a/lib/Bytecode/Reader/Reader.cpp +++ b/lib/Bytecode/Reader/Reader.cpp @@ -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) { |