From: Hwankyu Jhun Date: Fri, 21 Apr 2023 01:21:34 +0000 (+0000) Subject: Fix build error for gcc 12.2.0 X-Git-Tag: accepted/tizen/unified/20230705.063725~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F291755%2F1;p=platform%2Fcore%2Fappfw%2Fcomponent-based-application.git Fix build error for gcc 12.2.0 - Add missing header inclusion Change-Id: I663889a794b0ae08733f7c5e5b27b3bb8feb7982 Signed-off-by: Hwankyu Jhun --- diff --git a/component_based/base/frame_component.cc b/component_based/base/frame_component.cc index eb49a61..355e60d 100644 --- a/component_based/base/frame_component.cc +++ b/component_based/base/frame_component.cc @@ -19,6 +19,7 @@ #include #include +#include #include #include "component_based/base/dlog_internal.h"