Add include fstream header for boost 1.83.0 (#525) accepted/tizen/unified/20240311.170424
author최종헌/MDE Lab(SR)/삼성전자 <j-h.choi@samsung.com>
Mon, 11 Mar 2024 02:17:24 +0000 (11:17 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 11 Mar 2024 02:17:24 +0000 (11:17 +0900)
Change-Id: Ifeceb15d3b9eac98b749d4043e5e806a75c0e019

NativeLauncher/tool/multi_target_resolver.cc

index 0f94ebb..5c12aaa 100644 (file)
@@ -15,6 +15,7 @@
  */
 
 #include <string>
+#include <fstream>
 #include <pkgmgr-info.h>
 
 #include "log.h"