From ab40037cb4dc548dff02f5bd0c0eaf612f7c9ca0 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 12 Oct 2024 13:12:47 -0500 Subject: [PATCH] updated build system --- support/include/utils/db/sqlite/db_common.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/include/utils/db/sqlite/db_common.hpp b/support/include/utils/db/sqlite/db_common.hpp index 784ff46a..6637574e 100644 --- a/support/include/utils/db/sqlite/db_common.hpp +++ b/support/include/utils/db/sqlite/db_common.hpp @@ -23,6 +23,8 @@ #define REPERTORY_INCLUDE_UTILS_DB_SQLITE_DB_COMMON_HPP_ #if defined(PROJECT_ENABLE_SQLITE) +#include "utils/config.hpp" + namespace repertory::utils::db::sqlite { using db_types_t = std::variant;