comparison Core/SQLite/StatementReference.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
comparison
equal deleted inserted replaced
2301:bde58ce4b41c 2302:f31dfb131dee
36 36
37 37
38 #pragma once 38 #pragma once
39 39
40 #include "NonCopyable.h" 40 #include "NonCopyable.h"
41 #include "SQLiteTypes.h"
41 42
42 #include <stdint.h> 43 #include <stdint.h>
43 #include <cassert> 44 #include <cassert>
44 #include <stdlib.h> 45 #include <stdlib.h>
45 46
46 struct sqlite3;
47 struct sqlite3_stmt;
48 47
49 namespace Orthanc 48 namespace Orthanc
50 { 49 {
51 namespace SQLite 50 namespace SQLite
52 { 51 {