diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-22 23:41:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-22 23:41:00 +0000 |
commit | de02d7727f50dd210bad66ff62cda3bcc10432e6 (patch) | |
tree | a075ce04f4a038c32eb95996d027ef2a262fe96d /llvm/lib/CodeGen/RegAllocSimple.cpp | |
parent | c597b8a55e64b3a732f8e60187affd7ed3723f94 (diff) | |
download | bcm5719-llvm-de02d7727f50dd210bad66ff62cda3bcc10432e6.tar.gz bcm5719-llvm-de02d7727f50dd210bad66ff62cda3bcc10432e6.zip |
Add explicit #includes of <iostream>
llvm-svn: 25515
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocSimple.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocSimple.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/RegAllocSimple.cpp b/llvm/lib/CodeGen/RegAllocSimple.cpp index 57f3f5d7723..f6a9a112df6 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 { |