Incorrect include

This commit is contained in:
Pierre Proske 2023-02-06 14:59:35 +11:00
parent e3fc62dd35
commit f2253419b2

View File

@ -18,7 +18,7 @@
// Include useful headers of SQLiteC++
#include <SQLiteCppExport.h>
#include <SQLiteCpp/SQLiteCppExport.h>
#include <SQLiteCpp/Assertion.h>
#include <SQLiteCpp/Exception.h>
#include <SQLiteCpp/Database.h>