X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fsemaphore.h;fp=source%2Fcore%2Fsemaphore.h;h=f5042892a1825bf1650f16e8ad93f833790f90a3;hp=28c3b3d72cb8f009fd4474cfa73ab586db1a1d02;hb=5d3a5019399f97af0371f4fd6dc415d36de6ac3a;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07 diff --git a/source/core/semaphore.h b/source/core/semaphore.h index 28c3b3d..f504289 100644 --- a/source/core/semaphore.h +++ b/source/core/semaphore.h @@ -2,11 +2,12 @@ #define MSP_CORE_SEMAPHORE_H_ #include +#include "mspcore_api.h" #include "noncopyable.h" namespace Msp { -class Semaphore: private NonCopyable +class MSPCORE_API Semaphore: private NonCopyable { private: struct Private;