Fixed the build error using gcc 13 98/295098/3 accepted/tizen/unified/20230713.014426 accepted/tizen/unified/dev/20230726.115904
authorwchang kim <wchang.kim@samsung.com>
Mon, 3 Jul 2023 02:19:50 +0000 (11:19 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Wed, 12 Jul 2023 00:51:00 +0000 (09:51 +0900)
Change-Id: I6b358640aee2e4f31909b6fbd1577bb159ffa205

src/server/JobInfoDatabase.cpp

index e763ce357aee207e246eff3266ee5eeb49c899d7..a02e5198495ee7b5d90f57bf441ff13fb17faea4 100644 (file)
  * 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"