mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
wallet: sqlite: force sqlite3.h to be included by the cpp files
This way sqlite usage is explicit.
This commit is contained in:
parent
c325f0fbae
commit
bea9fc2600
1 changed files with 3 additions and 2 deletions
|
@ -8,10 +8,11 @@
|
||||||
#include <sync.h>
|
#include <sync.h>
|
||||||
#include <wallet/db.h>
|
#include <wallet/db.h>
|
||||||
|
|
||||||
#include <sqlite3.h>
|
|
||||||
|
|
||||||
struct bilingual_str;
|
struct bilingual_str;
|
||||||
|
|
||||||
|
struct sqlite3_stmt;
|
||||||
|
struct sqlite3;
|
||||||
|
|
||||||
namespace wallet {
|
namespace wallet {
|
||||||
class SQLiteDatabase;
|
class SQLiteDatabase;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue