Fix build error 43/305543/1
authorSangyoon Jang <jeremy.jang@samsung.com>
Mon, 5 Feb 2024 01:33:18 +0000 (10:33 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Mon, 5 Feb 2024 01:33:31 +0000 (10:33 +0900)
Change-Id: Idbf0050fe75e613ecfd2b0612adf338f2b02565e
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/lib/launch/step_prepare_starting_app.cc
src/lib/res_info/res_mount_package_info.cc
src/lib/res_info/res_mount_package_info.hh

index 18b7d17..fb30516 100644 (file)
@@ -29,6 +29,7 @@
 #include <bundle_cpp.h>
 
 #include <algorithm>
+#include <optional>
 #include <string>
 
 #include "lib/amd_app_property.h"
index 93ccce7..f126248 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "lib/res_info/res_mount_package_info.hh"
 
+#include <optional>
 #include <unordered_map>
 #include <utility>
 
index 83577c9..3edcaf0 100644 (file)
@@ -18,6 +18,7 @@
 #define LIB_RES_INFO_RES_MOUNT_PACKAGE_INFO_HH_
 
 #include <memory>
+#include <optional>
 #include <set>
 #include <string>
 #include <vector>