From f0423e407ced036d46e8fe3f26e61ff3524cd446 Mon Sep 17 00:00:00 2001 From: huaxin Date: Mon, 4 Nov 2024 21:52:12 +0800 Subject: [PATCH] bugfix: compilation failed due to lack of header file dependencies Signed-off-by: huaxin Change-Id: I3ba8638ba969afc8c3c44114f1f977e245f311ed --- network/netmanager/include/net_connection_type.h | 1 + 1 file changed, 1 insertion(+) diff --git a/network/netmanager/include/net_connection_type.h b/network/netmanager/include/net_connection_type.h index e52b40d06..40e80760b 100644 --- a/network/netmanager/include/net_connection_type.h +++ b/network/netmanager/include/net_connection_type.h @@ -38,6 +38,7 @@ * */ +#include #include #include -- Gitee