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

Change-Id: I663889a794b0ae08733f7c5e5b27b3bb8feb7982
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
component_based/base/frame_component.cc

index eb49a61844aa78ab2507a33085f5c889a0f1a81c..355e60d512aa5fedb4b5282b7e22b944e8877d65 100644 (file)
@@ -19,6 +19,7 @@
 #include <aul_comp_status.h>
 
 #include <memory>
+#include <stdexcept>
 #include <utility>
 
 #include "component_based/base/dlog_internal.h"