From f2253419b295527a44761952af386db178909195 Mon Sep 17 00:00:00 2001 From: Pierre Proske Date: Mon, 6 Feb 2023 14:59:35 +1100 Subject: [PATCH] Incorrect include --- include/SQLiteCpp/SQLiteCpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SQLiteCpp/SQLiteCpp.h b/include/SQLiteCpp/SQLiteCpp.h index e3b7448..94751b6 100644 --- a/include/SQLiteCpp/SQLiteCpp.h +++ b/include/SQLiteCpp/SQLiteCpp.h @@ -18,7 +18,7 @@ // Include useful headers of SQLiteC++ -#include +#include #include #include #include