mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Update to soci 3.2
This commit is contained in:
committed by
Nik Bougalis
parent
c8c8003677
commit
c3da2e1f03
@@ -32,7 +32,7 @@
|
||||
#include <ripple/core/JobQueue.h>
|
||||
#include <beast/threads/Thread.h>
|
||||
#define SOCI_USE_BOOST
|
||||
#include <core/soci.h>
|
||||
#include <soci/soci.h>
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include <ripple/core/SociDB.h>
|
||||
#include <ripple/core/Config.h>
|
||||
#include <beast/cxx14/memory.h> // <memory>
|
||||
#include <backends/sqlite3/soci-sqlite3.h>
|
||||
#include <soci/sqlite3/soci-sqlite3.h>
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
namespace ripple {
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
#include <core/values.cpp>
|
||||
|
||||
#include <backends/sqlite3/common.cpp>
|
||||
#include <backends/sqlite3/error.cpp>
|
||||
#include <backends/sqlite3/factory.cpp>
|
||||
#include <backends/sqlite3/row-id.cpp>
|
||||
#include <backends/sqlite3/session.cpp>
|
||||
|
||||
Reference in New Issue
Block a user