Include cstdint to fix GCC 13 build

Signed-off-by: František Zatloukal <fzatlouk@redhat.com>
This commit is contained in:
František Zatloukal
2023-02-17 17:53:57 +01:00
committed by Compute-Runtime-Automation
parent 33fe68ec88
commit beaff2b735
12 changed files with 22 additions and 10 deletions

View File

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