Add missing include
authorJeff Cohen <jeffc@jolt-lang.org>
Thu, 6 Jan 2005 05:46:44 +0000 (05:46 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Thu, 6 Jan 2005 05:46:44 +0000 (05:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19305 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/EmitFunctions.cpp

index a12f57de9a28f4694f8873a28575e74199a0f663..16d3687fb1659da311c35da61dc1af70d899a02f 100644 (file)
@@ -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 {