From e786fb92126497890f4563262662ddbac524395d Mon Sep 17 00:00:00 2001 From: wchang kim Date: Mon, 3 Jul 2023 15:10:39 +0900 Subject: [PATCH] Fixed the build error using gcc 13 Change-Id: I852cd39d800a341a5acbab9ef702f46881b95f60 --- component_based/port/socket.hh | 1 + component_based/port/util.hh | 1 + 2 files changed, 2 insertions(+) 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 { -- 2.34.1