changeset 24:ed9acb0f938e

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 12:48:18 +0200
parents 7a0af291cc90
children 15acbf5e7545
files Orthanc/FileStorage/FilesystemStorage.h Orthanc/SQLite/StatementReference.cpp
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Orthanc/FileStorage/FilesystemStorage.h	Mon Jun 01 11:52:28 2015 +0200
+++ b/Orthanc/FileStorage/FilesystemStorage.h	Mon Jun 01 12:48:18 2015 +0200
@@ -34,6 +34,7 @@
 
 #include "IStorageArea.h"
 
+#include <stdint.h>
 #include <boost/filesystem.hpp>
 #include <set>
 
--- a/Orthanc/SQLite/StatementReference.cpp	Mon Jun 01 11:52:28 2015 +0200
+++ b/Orthanc/SQLite/StatementReference.cpp	Mon Jun 01 12:48:18 2015 +0200
@@ -46,6 +46,7 @@
 #include <glog/logging.h>
 #endif
 
+#include <string>
 #include <cassert>
 #include "sqlite3.h"