summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author이형주/MDE Lab(SR)/삼성전자 <leee.lee@samsung.com>2024-03-14 20:15:11 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2024-03-14 20:15:11 +0900
commit1f617cb40e798ca941627ea0e511dc42ff9b4632 (patch)
tree228541c696d8b3445e7012ecdca651d7a917b44a
parentfd4195564026e5a8da6a33d228c79080a56aa424 (diff)
downloadlauncher-1f617cb40e798ca941627ea0e511dc42ff9b4632.tar.gz
launcher-1f617cb40e798ca941627ea0e511dc42ff9b4632.tar.bz2
launcher-1f617cb40e798ca941627ea0e511dc42ff9b4632.zip
[ 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] | ^
-rw-r--r--NativeLauncher/tool/privilege_common.cc1
1 files changed, 1 insertions, 0 deletions
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 <fstream>
static const char* INTERNET_PRIVILEGE = "http://tizen.org/privilege/internet";