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/X86/X86FloatingPoint.cpp b/llvm/lib/Target/X86/X86FloatingPoint.cpp index 8c53b82..73144cb 100644 --- a/llvm/lib/Target/X86/X86FloatingPoint.cpp +++ b/llvm/lib/Target/X86/X86FloatingPoint.cpp
@@ -42,6 +42,7 @@ #include "llvm/ADT/Statistic.h" #include "llvm/ADT/STLExtras.h" #include <algorithm> +#include <iostream> #include <set> using namespace llvm;