diff Orthanc/Core/SQLite/StatementReference.h @ 162:f17ecfffdc75

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Jul 2017 11:51:20 +0200
parents 3809121c3290
children
line wrap: on
line diff
--- a/Orthanc/Core/SQLite/StatementReference.h	Thu Jun 15 17:43:34 2017 +0200
+++ b/Orthanc/Core/SQLite/StatementReference.h	Mon Jul 10 11:51:20 2017 +0200
@@ -38,13 +38,12 @@
 #pragma once
 
 #include "NonCopyable.h"
+#include "SQLiteTypes.h"
 
 #include <stdint.h>
 #include <cassert>
 #include <stdlib.h>
 
-struct sqlite3;
-struct sqlite3_stmt;
 
 namespace Orthanc
 {