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

@@ -10,6 +10,7 @@
#include "shared/source/utilities/arrayref.h"
#include "shared/source/utilities/const_stringref.h"
#include <cstdint>
#include <string>
#include <vector>
@@ -52,4 +53,4 @@ Usage: ocloc concat <fat binary> <fat binary> ... [-out <concatenated fat binary
std::vector<std::string> fileNamesToConcat;
std::string fatBinaryName = "concat.ar";
};
} // namespace NEO
} // namespace NEO

View File

@@ -9,6 +9,7 @@
#include "igfxfmid.h"
#include <cstdint>
#include <string>
/*

View File

@@ -7,6 +7,7 @@
#pragma once
#include <cstdint>
#include <string>
#include <unordered_map>
#include <vector>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2022 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -11,6 +11,7 @@
#include "shared/source/utilities/arrayref.h"
#include "shared/source/utilities/const_stringref.h"
#include <cstdint>
#include <vector>
namespace NEO {

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>

View File

@@ -18,6 +18,7 @@
#include "igfxfmid.h"
#include <array>
#include <cstdint>
#include <limits>
#include <memory>
#include <mutex>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2022 Intel Corporation
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -9,6 +9,7 @@
#include "shared/source/os_interface/linux/sys_calls.h"
#include <cstdint>
#include <string_view>
#include <unistd.h>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2022 Intel Corporation
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -14,6 +14,7 @@
#include <algorithm>
#include <array>
#include <cstdint>
#include <fcntl.h>
#include <map>
#include <sstream>
@@ -106,4 +107,4 @@ ssize_t PmtUtil::readTelem(std::string_view telemDir, const std::size_t count, c
return bytesRead;
}
} // namespace NEO
} // namespace NEO

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>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2022 Intel Corporation
* Copyright (C) 2018-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -7,6 +7,7 @@
#include "shared/source/os_interface/print.h"
#include <cstdint>
#include <cstdio>
#include <iostream>

View File

@@ -1,11 +1,12 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
#include <string>
namespace NEO {

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2020 Intel Corporation
* Copyright (C) 2018-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,6 +10,7 @@
#include "os_socket.h"
#include <cstdint>
#include <iostream>
namespace NEO {