diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-07-04 12:19:56 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-07-04 12:19:56 +0000 |
commit | 954da37bb492b519f5c31dc360f2a142567e08b4 (patch) | |
tree | 09912ebacd5f394d55b9ea5e929b12e0c185fa09 /lib/Analysis/ProfileInfoLoader.cpp | |
parent | 8ce1da781ef6b5f927e07c51d71c738eeb4a8be3 (diff) | |
download | external_llvm-954da37bb492b519f5c31dc360f2a142567e08b4.zip external_llvm-954da37bb492b519f5c31dc360f2a142567e08b4.tar.gz external_llvm-954da37bb492b519f5c31dc360f2a142567e08b4.tar.bz2 |
Add #include <iostream> since Value.h does not #include it any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14622 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/ProfileInfoLoader.cpp')
-rw-r--r-- | lib/Analysis/ProfileInfoLoader.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Analysis/ProfileInfoLoader.cpp b/lib/Analysis/ProfileInfoLoader.cpp index 46a8883..809dbf3 100644 --- a/lib/Analysis/ProfileInfoLoader.cpp +++ b/lib/Analysis/ProfileInfoLoader.cpp @@ -17,7 +17,9 @@ #include "llvm/Module.h" #include "llvm/InstrTypes.h" #include <cstdio> +#include <iostream> #include <map> + using namespace llvm; // ByteSwap - Byteswap 'Var' if 'Really' is true. |