[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveInterval.h MachineInstr.h
Jeff Cohen
jeffc at jolt-lang.org
Fri Dec 15 14:06:24 PST 2006
Changes in directory llvm/include/llvm/CodeGen:
LiveInterval.h updated: 1.30 -> 1.31
MachineInstr.h updated: 1.205 -> 1.206
---
Log message:
Complete unbreak of VC++ (Chris identified the simple fix).
---
Diffs of the changes: (+2 -0)
LiveInterval.h | 1 +
MachineInstr.h | 1 +
2 files changed, 2 insertions(+)
Index: llvm/include/llvm/CodeGen/LiveInterval.h
diff -u llvm/include/llvm/CodeGen/LiveInterval.h:1.30 llvm/include/llvm/CodeGen/LiveInterval.h:1.31
--- llvm/include/llvm/CodeGen/LiveInterval.h:1.30 Wed Dec 6 19:30:31 2006
+++ llvm/include/llvm/CodeGen/LiveInterval.h Fri Dec 15 16:06:08 2006
@@ -26,6 +26,7 @@
#include <iosfwd>
#include <vector>
#include <cassert>
+#include <ostream>
namespace llvm {
class MRegisterInfo;
Index: llvm/include/llvm/CodeGen/MachineInstr.h
diff -u llvm/include/llvm/CodeGen/MachineInstr.h:1.205 llvm/include/llvm/CodeGen/MachineInstr.h:1.206
--- llvm/include/llvm/CodeGen/MachineInstr.h:1.205 Wed Dec 6 19:30:31 2006
+++ llvm/include/llvm/CodeGen/MachineInstr.h Fri Dec 15 16:06:08 2006
@@ -22,6 +22,7 @@
#include <vector>
#include <cassert>
#include <iosfwd>
+#include <ostream>
namespace llvm {
More information about the llvm-commits
mailing list