From f5a25167a474debd51e24e04cc0eb8d6f7df1f17 Mon Sep 17 00:00:00 2001 From: Jorrit Wronski Date: Fri, 23 Dec 2016 14:16:37 +0100 Subject: [PATCH] Debugging GCC build errors remotely is not fun... --- include/SQLiteCpp/Database.h | 2 +- src/Database.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SQLiteCpp/Database.h b/include/SQLiteCpp/Database.h index 4044a61..0129809 100644 --- a/include/SQLiteCpp/Database.h +++ b/include/SQLiteCpp/Database.h @@ -12,7 +12,7 @@ #include -#include +#include // Forward declarations to avoid inclusion of in a header struct sqlite3; diff --git a/src/Database.cpp b/src/Database.cpp index 1606be5..482bf05 100644 --- a/src/Database.cpp +++ b/src/Database.cpp @@ -16,7 +16,7 @@ #include #include -#include +#include #ifndef SQLITE_DETERMINISTIC #define SQLITE_DETERMINISTIC 0x800