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/TraceBasicBlocks.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp') diff --git a/llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp b/llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp index 9403aa26f75..3258bf5b21b 100644 --- a/llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp +++ b/llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp @@ -23,6 +23,7 @@ #include "llvm/iPHINode.h" #include "ProfilingUtils.h" #include "Support/Debug.h" +#include #include using namespace llvm; -- cgit v1.2.3