commit | eb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Sun Jul 04 12:19:56 2004 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Sun Jul 04 12:19:56 2004 +0000 |
tree | 93569d40cd7ac864ea31ab9913738240dc460a95 | |
parent | 832fa92ab6d58c17801a7a750b53f1099b0542c8 [diff] [blame] |
Add #include <iostream> since Value.h does not #include it any more. llvm-svn: 14622
diff --git a/llvm/lib/CodeGen/MachineFunction.cpp b/llvm/lib/CodeGen/MachineFunction.cpp index f9b8bbb..520f1da 100644 --- a/llvm/lib/CodeGen/MachineFunction.cpp +++ b/llvm/lib/CodeGen/MachineFunction.cpp
@@ -26,6 +26,7 @@ #include "llvm/iOther.h" #include "llvm/Type.h" #include "Support/LeakDetector.h" +#include <iostream> using namespace llvm;