From: Jeff Cohen Date: Fri, 7 Jan 2005 05:42:13 +0000 (+0000) Subject: Add missing include X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=30becbda10d5c6f63348571e317c6420e1ca1d5b;p=oota-llvm.git Add missing include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19315 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 {