From: wchang kim Date: Mon, 3 Jul 2023 05:49:35 +0000 (+0900) Subject: Fixed the build error using gcc 13 X-Git-Tag: accepted/tizen/unified/20230705.063728~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05bc0f8e21074ce2e17d66ec9812c8f1c8878fa2;p=platform%2Fcore%2Fappfw%2Flaunchpad.git Fixed the build error using gcc 13 Change-Id: I1ad7ed75373562f1666dc1b5a8625886d55c0b8e --- diff --git a/src/lib/launchpad-common/procfs.hh b/src/lib/launchpad-common/procfs.hh index 71f3318d..81a6e3b4 100644 --- a/src/lib/launchpad-common/procfs.hh +++ b/src/lib/launchpad-common/procfs.hh @@ -20,6 +20,7 @@ #include #include +#include #undef EXPORT_API #define EXPORT_API __attribute__((visibility("default")))