diff Framework/Common/Integer64Value.h @ 4:7409bb3ef0f5

fix msvc
author jodogne
date Thu, 05 Jul 2018 16:53:56 +0200
parents 7cea966b6829
children 714c5d2bee76
line wrap: on
line diff
--- 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