diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-06 05:46:44 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-06 05:46:44 +0000 |
commit | 8ca7191599bc04b73bf8d1688f4fc07742b0dafa (patch) | |
tree | 508d67edbc0b7042d5f35bf85ee872bb0d8e76c3 /lib/Transforms/Instrumentation/EmitFunctions.cpp | |
parent | 466d9398c58fbcd13e00ebfabe340a4901be23e8 (diff) |
Add missing include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19305 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/EmitFunctions.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/EmitFunctions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Instrumentation/EmitFunctions.cpp b/lib/Transforms/Instrumentation/EmitFunctions.cpp index a12f57de9a..16d3687fb1 100644 --- a/lib/Transforms/Instrumentation/EmitFunctions.cpp +++ b/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 { |