From 27595a4aec4112fa84b03ebfb1b4e04cc0c714bd Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Thu, 6 Jan 2005 05:46:44 +0000 Subject: [PATCH] Add missing include llvm-svn: 19305 --- llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp b/llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp index a12f57de9a28..16d3687fb165 100644 --- a/llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp +++ b/llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp @@ -24,6 +24,7 @@ #include "llvm/Module.h" #include "llvm/Pass.h" #include "llvm/Support/CFG.h" +#include "llvm/Transforms/Instrumentation.h" using namespace llvm; namespace llvm {