changeset 4:7409bb3ef0f5

fix msvc
author jodogne
date Thu, 05 Jul 2018 16:53:56 +0200
parents e490cdd766b9
children 9e5e7a8314e0
files Framework/Common/Dictionary.h Framework/Common/Integer64Value.h
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Framework/Common/Dictionary.h	Thu Jul 05 15:38:47 2018 +0200
+++ b/Framework/Common/Dictionary.h	Thu Jul 05 16:53:56 2018 +0200
@@ -24,6 +24,7 @@
 #include "IValue.h"
 
 #include <map>
+#include <stdint.h>
 
 namespace OrthancDatabases
 {
--- a/Framework/Common/Integer64Value.h	Thu Jul 05 15:38:47 2018 +0200
+++ b/Framework/Common/Integer64Value.h	Thu Jul 05 16:53:56 2018 +0200
@@ -23,6 +23,8 @@
 
 #include "IValue.h"
 
+#include <stdint.h>
+
 namespace OrthancDatabases
 {
   class Integer64Value : public IValue