Add include

Change-Id: Ibbe3b29c0f4c341dd6e2f2251a7981815a16f44b
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
Maciej Dziuban
2019-07-17 15:39:53 +02:00
committed by sys_ocldev
parent 8169347aa9
commit 10fd98e0c5
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace NEO {
// Performs ReadModifyWrite operation on value of a register: Register = Register Operation Mask
template <typename GfxFamily>
void GpgpuWalkerHelper<GfxFamily>::addAluReadModifyWriteRegister(
NEO::LinearStream *pCommandStream,
LinearStream *pCommandStream,
uint32_t aluRegister,
uint32_t operation,
uint32_t mask) {

View File

@ -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"