commit | f0ebb25d2b8a6a4e7d951871e308003d99c09476 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Sun Jul 04 12:20:55 2004 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Sun Jul 04 12:20:55 2004 +0000 |
tree | 38e6f64b3e0f1668c5237ca734598600f1f8218d | |
parent | eb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4 [diff] [blame] |
Add #include <iostream> since Value.h does not include it any more. llvm-svn: 14623
diff --git a/llvm/tools/llvm-prof/llvm-prof.cpp b/llvm/tools/llvm-prof/llvm-prof.cpp index 5a4227e..f0e9dc7 100644 --- a/llvm/tools/llvm-prof/llvm-prof.cpp +++ b/llvm/tools/llvm-prof/llvm-prof.cpp
@@ -21,6 +21,7 @@ #include "Support/CommandLine.h" #include "llvm/System/Signals.h" #include <cstdio> +#include <iostream> #include <map> #include <set>