projects
/
platform
/
core
/
appfw
/
component-based-application.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
266230b
)
Fix build error for gcc 12.2.0
55/291755/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 21 Apr 2023 01:21:34 +0000
(
01:21
+0000)
committer
Hwankyu 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
patch
|
blob
|
history
diff --git
a/component_based/base/frame_component.cc
b/component_based/base/frame_component.cc
index eb49a61844aa78ab2507a33085f5c889a0f1a81c..355e60d512aa5fedb4b5282b7e22b944e8877d65 100644
(file)
--- a/
component_based/base/frame_component.cc
+++ b/
component_based/base/frame_component.cc
@@
-19,6
+19,7
@@
#include <aul_comp_status.h>
#include <memory>
+#include <stdexcept>
#include <utility>
#include "component_based/base/dlog_internal.h"