diff Framework/Messages/ICallable.h @ 1267:e9687648d7af

fix for msvc 2008
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 Jan 2020 19:21:11 +0100
parents ca2058bd74ef
children 2d8ab34c8c91
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 {