Add missing include
Change-Id: I357c448c5ea1ac19979e76a9840aa777df883f78 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
parent
9edbe1dd11
commit
1c38a221e8
|
@ -5,7 +5,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/gen12lp/hw_cmds.h"
|
||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||
|
||||
#include "opencl/source/builtin_kernels_simulation/opencl_c.h"
|
||||
|
@ -14,6 +13,7 @@
|
|||
#include "opencl/source/execution_model/device_enqueue.h"
|
||||
|
||||
#include "CL/cl.h"
|
||||
#include "hw_cmds.h"
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
#include "shared/source/gen12lp/hw_cmds_base.h"
|
||||
#ifdef SUPPORT_TGLLP
|
||||
#include "hw_cmds_tgllp.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue