Add missing include
authorJeff Cohen <jeffc@jolt-lang.org>
Fri, 7 Jan 2005 05:42:13 +0000 (05:42 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Fri, 7 Jan 2005 05:42:13 +0000 (05:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19315 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp

index e608174a171b05880da9eb43207ab84f10714ac6..500208756aecb8f9e3ed32463b99de73e891aca5 100644 (file)
@@ -21,6 +21,7 @@
 #include "llvm/Pass.h"
 #include "llvm/Type.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Transforms/Instrumentation.h"
 #include "../ProfilingUtils.h"
 
 namespace llvm {