File tree Expand file tree Collapse file tree 10 files changed +16
-6
lines changed
generate_cpp_array/source Expand file tree Collapse file tree 10 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2020-2024 Intel Corporation
2+ * Copyright (C) 2020-2025 Intel Corporation
33 *
44 * SPDX-License-Identifier: MIT
55 *
66 */
77
8+ #include < cstdint>
89#include < fstream>
910#include < iomanip>
1011#include < iostream>
Original file line number Diff line number Diff line change 1111
1212#include " igfxfmid.h"
1313
14+ #include < cstdint>
1415#include < memory>
1516#include < string>
1617
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2020-2024 Intel Corporation
2+ * Copyright (C) 2020-2025 Intel Corporation
33 *
44 * SPDX-License-Identifier: MIT
55 *
1111#include " shared/source/utilities/const_stringref.h"
1212
1313#include < algorithm>
14+ #include < cstdint>
1415#include < fstream>
1516#include < map>
1617#include < memory>
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2020-2023 Intel Corporation
2+ * Copyright (C) 2020-2025 Intel Corporation
33 *
44 * SPDX-License-Identifier: MIT
55 *
66 */
77
88#pragma once
9+ #include < cstdint>
910#include < memory>
1011namespace NEO {
1112struct HardwareInfo ;
Original file line number Diff line number Diff line change 66 */
77
88#pragma once
9+ #include < cstdint>
910#include < memory>
1011
1112namespace NEO {
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2018-2023 Intel Corporation
2+ * Copyright (C) 2018-2025 Intel Corporation
33 *
44 * SPDX-License-Identifier: MIT
55 *
66 */
77
88#pragma once
9+ #include < cstdint>
910#include < memory>
1011#include < string>
1112#include < vector>
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2019-2022 Intel Corporation
2+ * Copyright (C) 2019-2025 Intel Corporation
33 *
44 * SPDX-License-Identifier: MIT
55 *
66 */
77
88#pragma once
9+ #include < cstdint>
910#include < memory>
1011#include < vector>
1112
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2018-2024 Intel Corporation
2+ * Copyright (C) 2018-2025 Intel Corporation
33 *
44 * SPDX-License-Identifier: MIT
55 *
66 */
77
88#pragma once
9+ #include < cstdint>
910#include < memory>
1011#include < optional>
1112
Original file line number Diff line number Diff line change 1010#include " shared/source/utilities/arrayref.h"
1111
1212#include < cstddef>
13+ #include < cstdint>
1314#include < memory>
1415#include < string>
1516#include < unordered_map>
Original file line number Diff line number Diff line change 88#pragma once
99#include " shared/source/helpers/string.h"
1010
11+ #include < cstdint>
1112#include < string>
1213
1314namespace NEO {
You can’t perform that action at this time.
0 commit comments