.
This commit is contained in:
parent
5a8d51fc92
commit
39e1218cf8
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
#include <boost/uuid/uuid_io.hpp>
|
||||
#include <stdexcept>
|
||||
#include <mutex>
|
||||
#include <soci/soci.h>
|
||||
#include <soci/sqlite3/soci-sqlite3.h>
|
||||
|
||||
std::mutex DatabaseService::singleton_mutex;
|
||||
DatabaseService* DatabaseService::INSTANCE = nullptr;
|
||||
|
|
|
|||
Reference in a new issue