diff --git a/examples/C/CMakeLists.txt b/examples/C/CMakeLists.txt index f77188f63ecdb26685dd409918a4055b75ff193a..02730ab844d328b4dfc95be5739b72ff2ebead5b 100644 --- a/examples/C/CMakeLists.txt +++ b/examples/C/CMakeLists.txt @@ -33,10 +33,12 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux") -Wl,--whole-archive kleidicv -Wl,--no-whole-archive + m ) else() target_link_libraries( kleidicv-c-example kleidicv + m ) endif() diff --git a/test/api/test_remap.cpp b/test/api/test_remap.cpp index 435a5ae486ce88d8d8dcfc93ec9f307ce5633afd..c07706b88b7ac33c11fe83015b0db58b20a981df 100644 --- a/test/api/test_remap.cpp +++ b/test/api/test_remap.cpp @@ -4,6 +4,7 @@ #include +#include #include #include #include diff --git a/test/api/test_rotate.cpp b/test/api/test_rotate.cpp index 447270237a3b96b9b2c59e88e474af5da89b4785..6e5cdea2b5922dd81af2d274c9c32bc69d6f6727 100644 --- a/test/api/test_rotate.cpp +++ b/test/api/test_rotate.cpp @@ -1,9 +1,11 @@ -// SPDX-FileCopyrightText: 2024 Arm Limited and/or its affiliates +// SPDX-FileCopyrightText: 2024 - 2025 Arm Limited and/or its affiliates // // SPDX-License-Identifier: Apache-2.0 #include +#include + #include "framework/array.h" #include "framework/generator.h" #include "kleidicv/kleidicv.h" diff --git a/test/api/test_warp_perspective.cpp b/test/api/test_warp_perspective.cpp index b00991313a0d84340c68c77d6e16904a56fc212b..2691048041cf02073ce09d6d053a1dfe8e79b79a 100644 --- a/test/api/test_warp_perspective.cpp +++ b/test/api/test_warp_perspective.cpp @@ -1,9 +1,10 @@ -// SPDX-FileCopyrightText: 2024 Arm Limited and/or its affiliates +// SPDX-FileCopyrightText: 2024 - 2025 Arm Limited and/or its affiliates // // SPDX-License-Identifier: Apache-2.0 #include +#include #include #include #include