Skip to content

Commit

Permalink
Use standalone version of SQLiteCpp rather than version included in R…
Browse files Browse the repository at this point in the history
…CDB tree.
  • Loading branch information
markito3 committed Jan 24, 2018
1 parent 0ff69f9 commit 2507df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/RCDB/SqLiteProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#ifndef RCDB_CPP_SQLITEPROVIDER_H
#define RCDB_CPP_SQLITEPROVIDER_H


#include <RCDB/SQLiteCpp.h>
#include <sqlite3.h>
#include <SQLiteCpp/SQLiteCpp.h>
#include <iostream>
#include <memory>
#include "DataProvider.h"
Expand Down

0 comments on commit 2507df9

Please sign in to comment.