From d92b01c3850745689a46762bd9eb53cfd9afacdd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 9 Apr 2002 18:37:46 +0000 Subject: Add #includes to make up for #includes pruned out of header files. llvm-svn: 2207 --- llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp') diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp index 3ac97a479c4..41d4a72d761 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// #include "Graph.h" +#include "llvm/BasicBlock.h" #include "llvm/ConstantVals.h" #include "llvm/DerivedTypes.h" #include "llvm/iMemory.h" -- cgit v1.2.3