diff --git a/shared/generate_cpp_array/source/generate_cpp_array.cpp b/shared/generate_cpp_array/source/generate_cpp_array.cpp index a1dcde7d26..8c08b32759 100644 --- a/shared/generate_cpp_array/source/generate_cpp_array.cpp +++ b/shared/generate_cpp_array/source/generate_cpp_array.cpp @@ -1,10 +1,11 @@ /* - * Copyright (C) 2020-2024 Intel Corporation + * Copyright (C) 2020-2025 Intel Corporation * * SPDX-License-Identifier: MIT * */ +#include #include #include #include diff --git a/shared/offline_compiler/source/decoder/iga_wrapper.h b/shared/offline_compiler/source/decoder/iga_wrapper.h index 82697e32cf..e42bebca91 100644 --- a/shared/offline_compiler/source/decoder/iga_wrapper.h +++ b/shared/offline_compiler/source/decoder/iga_wrapper.h @@ -11,6 +11,7 @@ #include "igfxfmid.h" +#include #include #include diff --git a/shared/offline_compiler/source/ocloc_arg_helper.h b/shared/offline_compiler/source/ocloc_arg_helper.h index 3aca7258b0..b46ad5340b 100644 --- a/shared/offline_compiler/source/ocloc_arg_helper.h +++ b/shared/offline_compiler/source/ocloc_arg_helper.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Intel Corporation + * Copyright (C) 2020-2025 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -11,6 +11,7 @@ #include "shared/source/utilities/const_stringref.h" #include +#include #include #include #include diff --git a/shared/source/debugger/debugger.h b/shared/source/debugger/debugger.h index cfc1865808..14f094cba6 100644 --- a/shared/source/debugger/debugger.h +++ b/shared/source/debugger/debugger.h @@ -1,11 +1,12 @@ /* - * Copyright (C) 2020-2023 Intel Corporation + * Copyright (C) 2020-2025 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once +#include #include namespace NEO { struct HardwareInfo; diff --git a/shared/source/gmm_helper/gmm_helper.h b/shared/source/gmm_helper/gmm_helper.h index 63a28e1148..f1c2a6f194 100644 --- a/shared/source/gmm_helper/gmm_helper.h +++ b/shared/source/gmm_helper/gmm_helper.h @@ -6,6 +6,7 @@ */ #pragma once +#include #include namespace NEO { diff --git a/shared/source/os_interface/device_factory.h b/shared/source/os_interface/device_factory.h index 75dd491704..02bac68e8f 100644 --- a/shared/source/os_interface/device_factory.h +++ b/shared/source/os_interface/device_factory.h @@ -1,11 +1,12 @@ /* - * Copyright (C) 2018-2023 Intel Corporation + * Copyright (C) 2018-2025 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once +#include #include #include #include diff --git a/shared/source/os_interface/os_memory.h b/shared/source/os_interface/os_memory.h index 7c521b004d..24ed117b6f 100644 --- a/shared/source/os_interface/os_memory.h +++ b/shared/source/os_interface/os_memory.h @@ -1,11 +1,12 @@ /* - * Copyright (C) 2019-2022 Intel Corporation + * Copyright (C) 2019-2025 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once +#include #include #include diff --git a/shared/source/os_interface/os_time.h b/shared/source/os_interface/os_time.h index 9c838823fc..bae7e5d435 100644 --- a/shared/source/os_interface/os_time.h +++ b/shared/source/os_interface/os_time.h @@ -1,11 +1,12 @@ /* - * Copyright (C) 2018-2024 Intel Corporation + * Copyright (C) 2018-2025 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once +#include #include #include diff --git a/shared/source/program/program_info.h b/shared/source/program/program_info.h index e3569a16bc..b27cab27ec 100644 --- a/shared/source/program/program_info.h +++ b/shared/source/program/program_info.h @@ -10,6 +10,7 @@ #include "shared/source/utilities/arrayref.h" #include +#include #include #include #include diff --git a/shared/source/utilities/software_tags.h b/shared/source/utilities/software_tags.h index 30406bbaaf..29a27c47fb 100644 --- a/shared/source/utilities/software_tags.h +++ b/shared/source/utilities/software_tags.h @@ -8,6 +8,7 @@ #pragma once #include "shared/source/helpers/string.h" +#include #include namespace NEO {