From: 이형주/MDE Lab(SR)/삼성전자 Date: Thu, 14 Mar 2024 11:15:11 +0000 (+0900) Subject: Quick fix for boost upgrade (#527) X-Git-Tag: accepted/tizen/unified/20240315.033005^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f617cb40e798ca941627ea0e511dc42ff9b4632;p=platform%2Fcore%2Fdotnet%2Flauncher.git Quick fix for boost upgrade (#527) [ 86s] /home/abuild/rpmbuild/BUILD/dotnet-launcher-6.0.9/NativeLauncher/tool/privilege_common.cc:52:36: error: variable 'std::ofstream output' has initializer but incomplete type [ 86s] 52 | std::ofstream output(ipv6FilePath); [ 86s] | ^ --- diff --git a/NativeLauncher/tool/privilege_common.cc b/NativeLauncher/tool/privilege_common.cc index 66f38eb..a9f3547 100644 --- a/NativeLauncher/tool/privilege_common.cc +++ b/NativeLauncher/tool/privilege_common.cc @@ -18,6 +18,7 @@ #include "utils.h" #include "privilege_common.h" #include "launcher_env.h" +#include static const char* INTERNET_PRIVILEGE = "http://tizen.org/privilege/internet";