commit | 469640e506ddb0a13aa2be7e6c04e58e9db671f1 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jan 22 22:53:01 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jan 22 22:53:01 2006 +0000 |
tree | 5e08cb5d45f5542b94e6c849e378c5a91efc5e9b | |
parent | 0d4ebfc15b8d3a73c6543189cafe44aabec7be35 [diff] [blame] |
Add explicit #includes of <iostream> llvm-svn: 25509
diff --git a/llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp b/llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp index 2d2a259..66a1b22 100644 --- a/llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp +++ b/llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp
@@ -23,6 +23,7 @@ #include "ProfilingUtils.h" #include "llvm/Support/Debug.h" #include <set> +#include <iostream> using namespace llvm; namespace {