From 30becbda10d5c6f63348571e317c6420e1ca1d5b Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Fri, 7 Jan 2005 05:42:13 +0000 Subject: [PATCH] Add missing include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19315 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp b/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp index e608174a171..500208756ae 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp +++ b/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp @@ -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 { -- 2.34.1