diff Core/SQLite/Connection.h @ 2308:1bdc4cc68171 issue-46-anonymization

integration mainline->issue-46-anonymization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jul 2017 09:12:12 +0200
parents f31dfb131dee
children fa5ad4368fe3
line wrap: on
line diff
--- a/Core/SQLite/Connection.h	Wed May 10 22:40:59 2017 +0200
+++ b/Core/SQLite/Connection.h	Wed Jul 12 09:12:12 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