projects
/
platform
/
core
/
context
/
job-scheduler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
306e92c
)
Fixed the build error using gcc 13
98/295098/3
accepted/tizen/unified/20230713.014426
accepted/tizen/unified/dev/20230726.115904
author
wchang kim
<wchang.kim@samsung.com>
Mon, 3 Jul 2023 02:19:50 +0000
(11:19 +0900)
committer
Youngjae Shin
<yj99.shin@samsung.com>
Wed, 12 Jul 2023 00:51:00 +0000
(09:51 +0900)
Change-Id: I6b358640aee2e4f31909b6fbd1577bb159ffa205
src/server/JobInfoDatabase.cpp
patch
|
blob
|
history
diff --git
a/src/server/JobInfoDatabase.cpp
b/src/server/JobInfoDatabase.cpp
index e763ce357aee207e246eff3266ee5eeb49c899d7..a02e5198495ee7b5d90f57bf441ff13fb17faea4 100644
(file)
--- a/
src/server/JobInfoDatabase.cpp
+++ b/
src/server/JobInfoDatabase.cpp
@@
-13,11
+13,13
@@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+#include "JobInfoDatabase.h"
#include <sqlite3.h>
#include <SharedUtil.h>
#include <PlatformDatabase.h>
-#include "JobInfoDatabase.h"
+
+#include <stdexcept>
#define DB_NAME "context-job-scheduler"
#define JOB_INFO_TABLE "PersistentJobInfo"