summaryrefslogtreecommitdiffstats
path: root/lib/Bytecode
diff options
context:
space:
mode:
authorDuraid Madina <duraid@octopus.com.au>2005-12-26 14:23:22 +0000
committerDuraid Madina <duraid@octopus.com.au>2005-12-26 14:23:22 +0000
commit0f7bfbac97b2ed2f6b5bcb98907d215c138de273 (patch)
tree1fcb09cb637b2318a10458291c0dc6706b0fa5ff /lib/Bytecode
parentb5186853f824a3a7039f8eb200338b458709da7d (diff)
downloadexternal_llvm-0f7bfbac97b2ed2f6b5bcb98907d215c138de273.zip
external_llvm-0f7bfbac97b2ed2f6b5bcb98907d215c138de273.tar.gz
external_llvm-0f7bfbac97b2ed2f6b5bcb98907d215c138de273.tar.bz2
I bet pinski knows why g++ accepts this stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25022 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
-rw-r--r--lib/Bytecode/Reader/Analyzer.cpp1
-rw-r--r--lib/Bytecode/Reader/ReaderWrappers.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/lib/Bytecode/Reader/Analyzer.cpp b/lib/Bytecode/Reader/Analyzer.cpp
index 4990761..0152104 100644
--- a/lib/Bytecode/Reader/Analyzer.cpp
+++ b/lib/Bytecode/Reader/Analyzer.cpp
@@ -25,6 +25,7 @@
#include "llvm/Assembly/Writer.h"
#include <iomanip>
#include <sstream>
+#include <ios>
using namespace llvm;
diff --git a/lib/Bytecode/Reader/ReaderWrappers.cpp b/lib/Bytecode/Reader/ReaderWrappers.cpp
index 1ee2718..1ea5c02 100644
--- a/lib/Bytecode/Reader/ReaderWrappers.cpp
+++ b/lib/Bytecode/Reader/ReaderWrappers.cpp
@@ -21,6 +21,8 @@
#include "llvm/System/MappedFile.h"
#include <cerrno>
#include <iostream>
+#include <memory>
+
using namespace llvm;
//===----------------------------------------------------------------------===//