[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>
Name: dfs-adaptation
Summary: Adaptation of depth-from-stereo
Version: 1.0.10
-Release: 0
+Release: 1
Group: Multimedia/Framework
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
#include <dlfcn.h>
#include <iniparser.h>
#include <string.h>
+#include <stdexcept>
#include "dfs_adaptation_impl.h"
extern "C"