From eb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 4 Jul 2004 12:19:56 +0000 Subject: Add #include since Value.h does not #include it any more. llvm-svn: 14622 --- llvm/lib/Analysis/DataStructure/Local.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Analysis/DataStructure/Local.cpp') diff --git a/llvm/lib/Analysis/DataStructure/Local.cpp b/llvm/lib/Analysis/DataStructure/Local.cpp index 31ce79dd408..4a61e8bb106 100644 --- a/llvm/lib/Analysis/DataStructure/Local.cpp +++ b/llvm/lib/Analysis/DataStructure/Local.cpp @@ -24,6 +24,7 @@ #include "Support/CommandLine.h" #include "Support/Debug.h" #include "Support/Timer.h" +#include // FIXME: This should eventually be a FunctionPass that is automatically // aggregated into a Pass. -- cgit v1.2.3