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/Support/LeakDetector.cpp | |
parent | 8ce1da781ef6b5f927e07c51d71c738eeb4a8be3 (diff) |
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/Support/LeakDetector.cpp')
-rw-r--r-- | lib/Support/LeakDetector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/LeakDetector.cpp b/lib/Support/LeakDetector.cpp index d4e829f1d9..919f7a9c21 100644 --- a/lib/Support/LeakDetector.cpp +++ b/lib/Support/LeakDetector.cpp @@ -13,6 +13,7 @@ #include "Support/LeakDetector.h" #include "llvm/Value.h" +#include <iostream> #include <set> using namespace llvm; |