mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -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 <wallet/db.h>
|
||||
|
||||
#include <sqlite3.h>
|
||||
|
||||
struct bilingual_str;
|
||||
|
||||
struct sqlite3_stmt;
|
||||
struct sqlite3;
|
||||
|
||||
namespace wallet {
|
||||
class SQLiteDatabase;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue