Add missing include

Related-To: NEO-5548
Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
This commit is contained in:
Warchulski, Jaroslaw 2023-01-03 11:01:07 +00:00 committed by Compute-Runtime-Automation
parent e246e75b70
commit a572f6ce95
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2022 Intel Corporation
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -7,6 +7,8 @@
#pragma once
#include "shared/source/xe_hpc_core/hw_cmds_xe_hpc_core_base.h"
#ifdef SUPPORT_PVC
#include "hw_cmds_pvc.h"
#endif