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/Transforms/Instrumentation/ProfilePaths/Graph.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp') diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp index d69c4c3b4ce..d667e57875b 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp @@ -16,6 +16,7 @@ #include "llvm/iTerminators.h" #include "Support/Debug.h" #include +#include using std::vector; -- cgit v1.2.3