Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(build): fix sqlcipher header inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
nurupo committed Jul 24, 2017
1 parent c82b661 commit e7b5c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/persistence/db/rawdatabase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define SQLITE_HAS_CODEC
#define SQLITE_TEMP_STORE 2

#include <sqlcipher/sqlite3.h>
#include <sqlite3.h>


/**
Expand Down

0 comments on commit e7b5c93

Please sign in to comment.