changeset 6353:6bd98dfa6bb8

fix include
author Alain Mazy <am@orthanc.team>
date Fri, 24 Oct 2025 15:05:31 +0200
parents 288bfdf03d95
children 36ba64cc1208
files OrthancFramework/Sources/Logging.cpp
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancFramework/Sources/Logging.cpp	Fri Oct 24 14:53:55 2025 +0200
+++ b/OrthancFramework/Sources/Logging.cpp	Fri Oct 24 15:05:31 2025 +0200
@@ -30,6 +30,10 @@
 #include <cassert>
 #include <stdint.h>
 
+#if defined(__linux__)
+  #include <pthread.h>
+#endif              
+
 
 /*********************************************************
  * Common section