From 86f42bdad93677fa0ca33b27afb0f493028376cb Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 4 Jul 2004 12:20:55 +0000 Subject: Add #include 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 --- tools/opt/AnalysisWrappers.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/opt/AnalysisWrappers.cpp') diff --git a/tools/opt/AnalysisWrappers.cpp b/tools/opt/AnalysisWrappers.cpp index 7a811ce7d7..f48d5afe29 100644 --- a/tools/opt/AnalysisWrappers.cpp +++ b/tools/opt/AnalysisWrappers.cpp @@ -21,6 +21,7 @@ #include "llvm/Pass.h" #include "llvm/Analysis/InstForest.h" #include "llvm/Support/CallSite.h" +#include using namespace llvm; -- cgit v1.2.3