Fix build error for gcc 12.2.0 52/291752/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 21 Apr 2023 01:06:28 +0000 (01:06 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 21 Apr 2023 01:06:28 +0000 (01:06 +0000)
- Add missing header inclusion

Change-Id: I69ec7428e75783d4d96912d79582b3b113097b6b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/app_device.cc
src/app_main.cc

index 0a4f322..5a430b3 100644 (file)
@@ -14,6 +14,8 @@
  * limitations under the License.
  */
 
+#include <stdexcept>
+
 #include <app_core_efl_base.hh>
 
 #include "app_internal.h"
index 8935d0a..f1c92da 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <list>
 #include <memory>
+#include <stdexcept>
 
 #include "app_internal.h"
 #include "common_private.hh"