aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2006-12-15 22:06:08 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2006-12-15 22:06:08 +0000
commitd5c0f439924ec6c839c3c6ba16122e460a296336 (patch)
treefb3275e2f9f1d3153443096ac8259180a07108bb
parent6ebe23584ec74c0e55b8e7badd824dbf4d1ba561 (diff)
Complete unbreak of VC++ (Chris identified the simple fix).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32615 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/LiveInterval.h1
-rw-r--r--include/llvm/CodeGen/MachineInstr.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h
index 03a0f579be..8181a2093d 100644
--- a/include/llvm/CodeGen/LiveInterval.h
+++ b/include/llvm/CodeGen/LiveInterval.h
@@ -26,6 +26,7 @@
#include <iosfwd>
#include <vector>
#include <cassert>
+#include <ostream>
namespace llvm {
class MRegisterInfo;
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h
index daa3974ae4..181a6414a6 100644
--- a/include/llvm/CodeGen/MachineInstr.h
+++ b/include/llvm/CodeGen/MachineInstr.h
@@ -22,6 +22,7 @@
#include <vector>
#include <cassert>
#include <iosfwd>
+#include <ostream>
namespace llvm {