mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Fix slite3 includes, now the project will build even if sqlite is not installed.
This commit is contained in:
parent
c7ae476853
commit
9ce111dd62
@ -11,7 +11,7 @@
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#include <sqlite3.h>
|
||||
#include "./sqlite/sqlite3.h"
|
||||
|
||||
class SQLite3Database : public Database {
|
||||
public:
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include "core/query_result.h"
|
||||
|
||||
#include <sqlite3.h>
|
||||
#include "./sqlite/sqlite3.h"
|
||||
|
||||
class Sqlite3QueryResult : public QueryResult {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user