2016-02-10 18:21:19 +01:00
|
|
|
--- a/ghost/ghostdbsqlite.cpp
|
|
|
|
+++ b/ghost/ghostdbsqlite.cpp
|
2012-08-08 09:29:25 +02:00
|
|
|
@@ -23,8 +23,9 @@
|
|
|
|
#include "config.h"
|
|
|
|
#include "ghostdb.h"
|
|
|
|
#include "ghostdbsqlite.h"
|
|
|
|
-#include "sqlite3.h"
|
|
|
|
|
|
|
|
+#include <sqlite3.h>
|
|
|
|
+
|
|
|
|
//
|
|
|
|
// CQSLITE3 (wrapper class)
|
|
|
|
//
|
|
|
|
|