Fix build error for gcc 12.2.0 47/291747/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 21 Apr 2023 00:44:25 +0000 (00:44 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 21 Apr 2023 00:44:25 +0000 (00:44 +0000)
- Add missing header inclusion

Change-Id: Idb069678c199d10296eb22bb012c35e5f24a4abf
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
legacy/src/legacy/appcore_base.cc
legacy/src/legacy/appcore_efl.cc
tizen-cpp/app-core-ui-cpp/app_core_ui_base_legacy.cc

index edaa91e..7ffd4f7 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <list>
 #include <memory>
+#include <stdexcept>
 #include <string>
 
 #include "app_core_base.hh"
index 0fa6679..837b34c 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <list>
 #include <memory>
+#include <stdexcept>
 
 #include "app_core_efl_base.hh"
 #include "appcore-efl.h"
index 1261323..ccb0525 100644 (file)
@@ -15,6 +15,9 @@
  */
 
 #include "app_core_ui_base.hh"
+
+#include <stdexcept>
+
 #include "appcore_ui_base.h"
 
 #undef EXPORT_API