Add missing include
[oota-llvm.git] / 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 {