changeset 2280:7a169e34a033 refactoring tip

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2026 20:17:50 +0200
parents 6572b73c65c5
children
files OrthancStone/Sources/Platforms/Native/RunnableThread.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancStone/Sources/Platforms/Native/RunnableThread.h	Thu Sep 17 20:10:13 2026 +0200
+++ b/OrthancStone/Sources/Platforms/Native/RunnableThread.h	Thu Sep 17 20:17:50 2026 +0200
@@ -25,6 +25,7 @@
 
 #include <OrthancFramework.h>   // Needed before IRunnable in Orthanc <= 1.13.0
 
+#include <Compatibility.h>
 #include <MultiThreading/IRunnable.h>
 
 #include <boost/thread.hpp>