diff Core/SQLite/Connection.h @ 2302:f31dfb131dee

fix backward compatibility with SQLite < 3.19.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Jul 2017 11:27:55 +0200
parents b1291df2f780
children fa5ad4368fe3
line wrap: on
line diff
--- a/Core/SQLite/Connection.h	Mon Jul 10 09:28:30 2017 +0200
+++ b/Core/SQLite/Connection.h	Mon Jul 10 11:27:55 2017 +0200
@@ -39,13 +39,11 @@
 
 #include "Statement.h"
 #include "IScalarFunction.h"
+#include "SQLiteTypes.h"
 
 #include <string>
 #include <map>
 
-struct sqlite3;
-struct sqlite3_stmt;
-
 #define SQLITE_FROM_HERE ::Orthanc::SQLite::StatementId(__FILE__, __LINE__)
 
 namespace Orthanc