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) 2021-2022 Intel Corporation
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -7,6 +7,7 @@
#pragma once
#include <cstdint>
#include <map>
#include <poll.h>
#include <string>