Fix build break on gcc13 39/302939/1 accepted/tizen_unified accepted/tizen_unified_riscv tizen accepted/tizen/unified/20231219.041310 accepted/tizen/unified/riscv/20231219.070854
authorTae-Young Chung <ty83.chung@samsung.com>
Tue, 20 Jun 2023 01:11:40 +0000 (10:11 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Mon, 18 Dec 2023 01:06:56 +0000 (10:06 +0900)
commit517332d870f595b9190c6f16c9cd92b99572f4f0
tree592bcbb105c1b7c235854f29310a1d7826a5e6a3
parentadf3d7d2ea3bbbb7fd17401a7f828ac06071d736
Fix build break on gcc13

[Version] 1.0.10-1
[Issue type] update

Add #include <stdexcept> to fix build break
```
error: 'invalid_argument' is not a member of 'std'
[   14s]    35 |                 throw std::invalid_argument("handle is null"); \
```

Change-Id: I7d57424f341f08cd7ede7f86008467ff70557aa7
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
packaging/dfs-adaptation.spec
src/dfs_adaptation_impl.cpp