projects
/
platform
/
core
/
appfw
/
tizen-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e3bf90
)
Fix build break issue
94/308394/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Sun, 24 Mar 2024 22:41:42 +0000
(07:41 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Sun, 24 Mar 2024 22:41:42 +0000
(07:41 +0900)
- Add a missing header inclusion
Change-Id: I5397d59a60c230f32dad167cbc0f98af8220f00d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/tizen-core/unix_signal.cc
patch
|
blob
|
history
diff --git
a/src/tizen-core/unix_signal.cc
b/src/tizen-core/unix_signal.cc
index 58521bdbbd25ab1e42b83c2d96229704a333a65f..c68de5615013da5f22efaf4d46281b3f034dc7c1 100644
(file)
--- a/
src/tizen-core/unix_signal.cc
+++ b/
src/tizen-core/unix_signal.cc
@@
-21,6
+21,7
@@
#include <unistd.h>
#include <memory>
+#include <stdexcept>
#include <unordered_map>
#include "tizen-core/context_manager.h"