commit | 86f42bdad93677fa0ca33b27afb0f493028376cb | [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 | 0ab8d257cc81ea84ffe9a5c82fca813d1d71e7aa | |
parent | 954da37bb492b519f5c31dc360f2a142567e08b4 [diff] [blame] |
Add #include <iostream> since Value.h does not include it any more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14623 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/analyze/AnalysisWrappers.cpp b/tools/analyze/AnalysisWrappers.cpp index 7a811ce..f48d5af 100644 --- a/tools/analyze/AnalysisWrappers.cpp +++ b/tools/analyze/AnalysisWrappers.cpp
@@ -21,6 +21,7 @@ #include "llvm/Pass.h" #include "llvm/Analysis/InstForest.h" #include "llvm/Support/CallSite.h" +#include <iostream> using namespace llvm;