diff --git a/llvm/lib/SYCLLowerIR/ComputeModuleRuntimeInfo.cpp b/llvm/lib/SYCLLowerIR/ComputeModuleRuntimeInfo.cpp index 643f2605e270f..b156f66c2c3c1 100644 --- a/llvm/lib/SYCLLowerIR/ComputeModuleRuntimeInfo.cpp +++ b/llvm/lib/SYCLLowerIR/ComputeModuleRuntimeInfo.cpp @@ -9,6 +9,7 @@ //===----------------------------------------------------------------------===// #include "llvm/SYCLLowerIR/ComputeModuleRuntimeInfo.h" #include "llvm/Demangle/Demangle.h" +#include "llvm/IR/PassInstrumentation.h" #include "llvm/SYCLLowerIR/CompileTimePropertiesPass.h" #include "llvm/SYCLLowerIR/DeviceGlobals.h" #include "llvm/SYCLLowerIR/HostPipes.h"