Add missing include

Change-Id: I357c448c5ea1ac19979e76a9840aa777df883f78
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski 2020-08-24 08:38:59 +02:00 committed by sys_ocldev
parent 9edbe1dd11
commit 1c38a221e8
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -6,6 +6,7 @@
*/
#pragma once
#include "shared/source/gen12lp/hw_cmds_base.h"
#ifdef SUPPORT_TGLLP
#include "hw_cmds_tgllp.h"
#endif