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/CodeGen/RegAllocSimple.cpp b/llvm/lib/CodeGen/RegAllocSimple.cpp index 57f3f5d..f6a9a11 100644 --- a/llvm/lib/CodeGen/RegAllocSimple.cpp +++ b/llvm/lib/CodeGen/RegAllocSimple.cpp
@@ -25,6 +25,7 @@ #include "llvm/Support/Debug.h" #include "llvm/ADT/Statistic.h" #include "llvm/ADT/STLExtras.h" +#include <iostream> using namespace llvm; namespace {