comparison Framework/Messages/ICallable.h @ 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 2d8ab34c8c91
children 6ab03e429f06
comparison
equal deleted inserted replaced
1273:398ea4259e65 1274:ae157e5d8b62
26 #include <Core/Logging.h> 26 #include <Core/Logging.h>
27 27
28 #include <boost/noncopyable.hpp> 28 #include <boost/noncopyable.hpp>
29 29
30 #include <string> 30 #include <string>
31 #include <stdint.h>
32
31 #include <stdint.h> 33 #include <stdint.h>
32 34
33 namespace OrthancStone { 35 namespace OrthancStone {
34 36
35 class IObserver; 37 class IObserver;