comparison Framework/Messages/ICallable.h @ 1293:f050391249f0

Merged changes from bugfix branch
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 21 Feb 2020 15:27:42 +0100
parents ae157e5d8b62
children 6ab03e429f06
comparison
equal deleted inserted replaced
1285:4f8fc8dbd2a1 1293:f050391249f0
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;