From 476ee10e74e9ea1bdafdae30be791b8ab2d49b53 Mon Sep 17 00:00:00 2001 From: RoachZhao Date: Fri, 3 Nov 2023 17:55:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20compile=20error:=20=E2=80=98int32=5Ft?= =?UTF-8?q?=E2=80=99=20is=20not=20a=20member=20of=20=E2=80=98std=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > error: ‘int32_t’ is not a member of ‘std’; did you mean ‘int32_t’? --- source/backend/cpu/CPUFixedPoint.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/backend/cpu/CPUFixedPoint.hpp b/source/backend/cpu/CPUFixedPoint.hpp index a5c44f906..a1d45e6de 100644 --- a/source/backend/cpu/CPUFixedPoint.hpp +++ b/source/backend/cpu/CPUFixedPoint.hpp @@ -17,7 +17,7 @@ limitations under the License. #define CPUFixedPoint_HPP #include -#include +#include #include #include #include