database.hpp: fix issue
This commit is contained in:
parent
a99694866c
commit
38334d6c36
|
@ -14,6 +14,11 @@
|
||||||
|
|
||||||
#include <pqxx/pqxx>
|
#include <pqxx/pqxx>
|
||||||
|
|
||||||
|
// [2022.3.23] fix issue:
|
||||||
|
// because the project structure of pqxx has been updated,
|
||||||
|
// including only pqxx is not enough
|
||||||
|
#include <pqxx/result>
|
||||||
|
|
||||||
namespace bserv {
|
namespace bserv {
|
||||||
|
|
||||||
using raw_db_connection_type = pqxx::connection;
|
using raw_db_connection_type = pqxx::connection;
|
||||||
|
|
Loading…
Reference in New Issue