From 5ce825d6b6f4e0b75f623de4528d78da95d70798 Mon Sep 17 00:00:00 2001 From: HarryGoGoGo Date: Thu, 20 Mar 2025 22:33:19 +0800 Subject: [PATCH] Fix it --- excuter/cpp-common/src/deepx/dtype.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/excuter/cpp-common/src/deepx/dtype.hpp b/excuter/cpp-common/src/deepx/dtype.hpp index 9b9e24e8..b93a2a7a 100644 --- a/excuter/cpp-common/src/deepx/dtype.hpp +++ b/excuter/cpp-common/src/deepx/dtype.hpp @@ -2,6 +2,8 @@ #define DEEPX_DTYPE_HPP #include +#include + namespace deepx {