Add missing includes in device caps gen tests

Signed-off-by: Rafal Maziejuk <rafal.maziejuk@intel.com>
This commit is contained in:
Rafal Maziejuk 2022-12-07 10:11:35 +00:00 committed by Compute-Runtime-Automation
parent 5baf75b9a8
commit b04277ef32
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@
#include "shared/test/common/helpers/hw_helper_tests.h"
#include "shared/test/common/test_macros/header/per_product_test_definitions.h"
#include "hw_cmds_xe_hpc_core_base.h"
using namespace NEO;
using XeHpcCoreDeviceCaps = Test<DeviceFixture>;

View File

@ -10,6 +10,8 @@
#include "shared/test/common/helpers/hw_helper_tests.h"
#include "shared/test/common/test_macros/header/per_product_test_definitions.h"
#include "hw_cmds_xe_hpg_core_base.h"
using namespace NEO;
using XeHpgCoreDeviceCaps = Test<DeviceFixture>;