Changes in directory llvm/lib/Transforms:
ExprTypeConvert.cpp updated: 1.108 -> 1.109 --- Log message: Add explicit #includes of <iostream> --- Diffs of the changes: (+1 -0) ExprTypeConvert.cpp | 1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Transforms/ExprTypeConvert.cpp diff -u llvm/lib/Transforms/ExprTypeConvert.cpp:1.108 llvm/lib/Transforms/ExprTypeConvert.cpp:1.109 --- llvm/lib/Transforms/ExprTypeConvert.cpp:1.108 Fri Oct 28 23:40:23 2005 +++ llvm/lib/Transforms/ExprTypeConvert.cpp Sun Jan 22 16:53:01 2006 @@ -19,6 +19,7 @@ #include "llvm/ADT/STLExtras.h" #include "llvm/Support/Debug.h" #include <algorithm> +#include <iostream> using namespace llvm; static bool OperandConvertibleToType(User *U, Value *V, const Type *Ty, _______________________________________________ llvm-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
