# HG changeset patch # User Sebastien Jodogne # Date 1594028739 -7200 # Node ID d5c09b5f882f2556da7e613eee13ff53363e8980 # Parent c5efe8897da860948d036d667137917370c1b827 publishing Orthanc::Semaphore in shared library diff -r c5efe8897da8 -r d5c09b5f882f OrthancFramework/Sources/MultiThreading/Semaphore.h --- a/OrthancFramework/Sources/MultiThreading/Semaphore.h Mon Jul 06 10:59:11 2020 +0200 +++ b/OrthancFramework/Sources/MultiThreading/Semaphore.h Mon Jul 06 11:45:39 2020 +0200 @@ -33,12 +33,14 @@ #pragma once +#include "../OrthancFramework.h" + #include #include namespace Orthanc { - class Semaphore : public boost::noncopyable + class ORTHANC_PUBLIC Semaphore : public boost::noncopyable { private: unsigned int availableResources_;