changeset 1274:ae157e5d8b62 bugs/2020-02-invisible-slice

VC2008 fix
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 04 Feb 2020 12:29:30 +0100
parents 398ea4259e65
children 41d19fa749b7
files Framework/Messages/ICallable.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Framework/Messages/ICallable.h	Mon Feb 03 14:57:22 2020 +0100
+++ b/Framework/Messages/ICallable.h	Tue Feb 04 12:29:30 2020 +0100
@@ -30,6 +30,8 @@
 #include <string>
 #include <stdint.h>
 
+#include <stdint.h>
+
 namespace OrthancStone {
 
   class IObserver;