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

fix msvc
author jodogne
date Thu, 05 Jul 2018 16:53:56 +0200
parents 7cea966b6829
children 9774802fd05f
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
 {