Compilation fix: Add missing LrcaHelper types

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2021-12-07 11:22:25 +00:00
committed by Compute-Runtime-Automation
parent 76c730bee8
commit 2b1aa8b331
36 changed files with 64 additions and 76 deletions

View File

@@ -6,6 +6,7 @@
*/
#pragma once
#include "shared/source/aub_mem_dump/aub_mem_dump.h"
#include "shared/source/built_ins/sip.h"
#include "shared/source/command_container/command_encoder.h"
#include "shared/source/command_stream/linear_stream.h"
@@ -15,7 +16,6 @@
#include "shared/source/helpers/options.h"
#include "shared/source/utilities/stackvec.h"
#include "aub_mem_dump.h"
#include "engine_group_types.h"
#include "hw_cmds.h"
#include "third_party/aub_stream/headers/aubstream.h"