From 49f5e52439b950d35e428548512720c9466716f0 Mon Sep 17 00:00:00 2001 From: Yevgeniy Zakharov Date: Mon, 16 Dec 2024 18:15:41 +0500 Subject: [PATCH] added pragma once --- dev/locking_mode.h | 2 ++ include/sqlite_orm/sqlite_orm.h | 1 + 2 files changed, 3 insertions(+) diff --git a/dev/locking_mode.h b/dev/locking_mode.h index 1f40265a..52257d2f 100644 --- a/dev/locking_mode.h +++ b/dev/locking_mode.h @@ -1,3 +1,5 @@ +#pragma once + #include // std::array #include // std::string #include // std::pair diff --git a/include/sqlite_orm/sqlite_orm.h b/include/sqlite_orm/sqlite_orm.h index d7d9085f..e7709575 100644 --- a/include/sqlite_orm/sqlite_orm.h +++ b/include/sqlite_orm/sqlite_orm.h @@ -12726,6 +12726,7 @@ namespace sqlite_orm { // #include "journal_mode.h" // #include "locking_mode.h" + #include // std::array #include // std::string #include // std::pair