diff Core/SQLite/Connection.cpp @ 1474:3b68924ffb24

fix path to sqlite
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 01 Aug 2015 19:52:22 +0200
parents 63d47b1fa239
children f967bdf8534e
line wrap: on
line diff
--- a/Core/SQLite/Connection.cpp	Fri Jul 31 11:10:27 2015 +0200
+++ b/Core/SQLite/Connection.cpp	Sat Aug 01 19:52:22 2015 +0200
@@ -44,13 +44,14 @@
 
 #include <memory>
 #include <cassert>
-#include <sqlite3.h>
 #include <string.h>
 
 #if ORTHANC_SQLITE_STANDALONE != 1
 #include <glog/logging.h>
 #endif
 
+#include "sqlite3.h"
+
 
 namespace Orthanc
 {