commit | de02d7727f50dd210bad66ff62cda3bcc10432e6 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jan 22 23:41:00 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jan 22 23:41:00 2006 +0000 |
tree | a075ce04f4a038c32eb95996d027ef2a262fe96d | |
parent | c597b8a55e64b3a732f8e60187affd7ed3723f94 [diff] [blame] |
Add explicit #includes of <iostream> llvm-svn: 25515
diff --git a/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp index 92512cc..a859d0a 100644 --- a/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
@@ -26,6 +26,7 @@ #include "llvm/GlobalValue.h" #include "llvm/Support/Debug.h" #include "llvm/Support/MathExtras.h" +#include <iostream> using namespace llvm; namespace {