diff --git a/bserv/include/bserv/database.hpp b/bserv/include/bserv/database.hpp index 02b8b4a..1abc9b3 100644 --- a/bserv/include/bserv/database.hpp +++ b/bserv/include/bserv/database.hpp @@ -14,6 +14,11 @@ #include +// [2022.3.23] fix issue: +// because the project structure of pqxx has been updated, +// including only pqxx is not enough +#include + namespace bserv { using raw_db_connection_type = pqxx::connection;