mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
added explicit include of sqlcipher headers. Avoids confusion when packaging for ubuntu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7551 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8b1df1d555
commit
b3126bff4f
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "sqlite3.h"
|
||||
#include <sqlcipher/sqlite3.h>
|
||||
|
||||
#include <string>
|
||||
#include <set>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <inttypes.h>
|
||||
#include <sqlite3.h>
|
||||
#include <sqlcipher/sqlite3.h>
|
||||
|
||||
class RetroBind
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue