projects
/
platform
/
core
/
api
/
sensor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f12b068
)
Add include stdexcept for invalid_argument type
56/311256/1
accepted/tizen/7.0/unified/20240517.161911
author
SangYoun Kwak
<sy.kwak@samsung.com>
Fri, 17 May 2024 02:02:01 +0000
(11:02 +0900)
committer
SangYoun Kwak
<sy.kwak@samsung.com>
Fri, 17 May 2024 02:06:57 +0000
(11:06 +0900)
The header 'stdexcept' should be included to use type invalid_argument'.
Change-Id: Ia4b15ee5085ff0944c7a6daf2c288938064c1d43
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
src/sensor.cpp
patch
|
blob
|
history
diff --git
a/src/sensor.cpp
b/src/sensor.cpp
index 6419076b360feafeb521df11387969760c47e7fe..df6927e2ca32264c5a4a705b25086fe6f2a8b044 100644
(file)
--- a/
src/sensor.cpp
+++ b/
src/sensor.cpp
@@
-21,6
+21,7
@@
#include <limits.h>
#include <libgen.h>
#include <memory>
+#include <stdexcept>
#include <sensor.h>
#include <sensor_internal.h>