Complete unbreak of VC++ (Chris identified the simple fix).
authorJeff Cohen <jeffc@jolt-lang.org>
Fri, 15 Dec 2006 22:06:08 +0000 (22:06 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Fri, 15 Dec 2006 22:06:08 +0000 (22:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32615 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/MachineInstr.h

index 03a0f579be39ca57ed3fbd6c179409c9f5ef65ca..8181a2093d4426bbd45270f48c49f36a8741e3f7 100644 (file)
@@ -26,6 +26,7 @@
 #include <iosfwd>
 #include <vector>
 #include <cassert>
+#include <ostream>
 
 namespace llvm {
   class MRegisterInfo;
index daa3974ae408a24f3688891873566d39999072f0..181a6414a6113ebe6d6e69d01a3810955a46152f 100644 (file)
@@ -22,6 +22,7 @@
 #include <vector>
 #include <cassert>
 #include <iosfwd>
+#include <ostream>
 
 namespace llvm {