From: wchang kim Date: Mon, 3 Jul 2023 06:10:39 +0000 (+0900) Subject: Fixed the build error using gcc 13 X-Git-Tag: accepted/tizen/unified/20230705.063725~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e786fb92126497890f4563262662ddbac524395d;p=platform%2Fcore%2Fappfw%2Fcomponent-based-application.git Fixed the build error using gcc 13 Change-Id: I852cd39d800a341a5acbab9ef702f46881b95f60 --- diff --git a/component_based/port/socket.hh b/component_based/port/socket.hh index ccec6da..32296de 100644 --- a/component_based/port/socket.hh +++ b/component_based/port/socket.hh @@ -18,6 +18,7 @@ #define COMPONENT_BASED_PORT_SOCKET_HH_ #include +#include namespace component_based { diff --git a/component_based/port/util.hh b/component_based/port/util.hh index aa7d09b..e02eb05 100644 --- a/component_based/port/util.hh +++ b/component_based/port/util.hh @@ -19,6 +19,7 @@ #include #include +#include namespace component_based {