fix: add missing includes

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-08-22 12:37:37 +02:00
committed by Compute-Runtime-Automation
parent 991febcdf4
commit 8b09bb855e
5 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2022 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -7,6 +7,7 @@
#pragma once
#include <cstdint>
#include <string>
#include <vector>