changeset 1267:e9687648d7af

fix for msvc 2008
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 Jan 2020 19:21:11 +0100
parents 6e162d59e4f9
children 9a0a95c0b578
files Framework/Messages/ICallable.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Framework/Messages/ICallable.h	Tue Jan 28 17:31:17 2020 +0100
+++ b/Framework/Messages/ICallable.h	Tue Jan 28 19:21:11 2020 +0100
@@ -28,6 +28,7 @@
 #include <boost/noncopyable.hpp>
 
 #include <string>
+#include <stdint.h>
 
 namespace OrthancStone {