diff --git a/runtime/command_queue/gpgpu_walker_base.inl b/runtime/command_queue/gpgpu_walker_base.inl index 0640e7f063..8885a0b0b9 100644 --- a/runtime/command_queue/gpgpu_walker_base.inl +++ b/runtime/command_queue/gpgpu_walker_base.inl @@ -32,7 +32,7 @@ namespace NEO { // Performs ReadModifyWrite operation on value of a register: Register = Register Operation Mask template void GpgpuWalkerHelper::addAluReadModifyWriteRegister( - NEO::LinearStream *pCommandStream, + LinearStream *pCommandStream, uint32_t aluRegister, uint32_t operation, uint32_t mask) { diff --git a/runtime/command_queue/hardware_interface_base.inl b/runtime/command_queue/hardware_interface_base.inl index db4f514357..5f56d24554 100644 --- a/runtime/command_queue/hardware_interface_base.inl +++ b/runtime/command_queue/hardware_interface_base.inl @@ -6,6 +6,7 @@ */ #pragma once +#include "runtime/command_queue/gpgpu_walker.h" #include "runtime/command_queue/hardware_interface.h" #include "runtime/helpers/hardware_commands_helper.h" #include "runtime/helpers/task_information.h"