diff --git a/Readme.md b/Readme.md index 1a938fb01bebff160a19d2eb021a6849920fa8e8..7a30ce61dcacc058df8a0baf51a881d24ba3ee2b 100644 --- a/Readme.md +++ b/Readme.md @@ -218,7 +218,7 @@ a preview of refactoring that allows `ExecuTorch` and `TensorFlow Lite Micro` to source tree. At this stage, only the **image classification example** is functional with the `ExecuTorch` path, with the following limitations: -* Arm® Compiler is not supported +* Arm® Compiler and Arm® Toolchain for Embedded are not supported * Runtime memory usage is higher than we would like * Arm® Ethos™-U65 NPU is not supported; this limitation could be resolved with minor tweaks within Executorch tree. diff --git a/source/math/PlatformMath.cc b/source/math/PlatformMath.cc index 6cc071b6dc14cf6aba4831b2dcd734f68d1b4641..d36cbf0d96d7f01dac6eaa6deafc31b79c047c00 100644 --- a/source/math/PlatformMath.cc +++ b/source/math/PlatformMath.cc @@ -1,5 +1,6 @@ /* - * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates + * SPDX-FileCopyrightText: Copyright 2021-2022, 2025 Arm Limited and/or its + * affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,6 +18,7 @@ #include "PlatformMath.hpp" #include "log_macros.h" #include +#include namespace arm { namespace app {