diff options
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp index e608174a171..500208756ae 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp +++ b/llvm/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 { | 

