X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fsemaphore.h;h=f5042892a1825bf1650f16e8ad93f833790f90a3;hb=refs%2Fheads%2Fwip;hp=28c3b3d72cb8f009fd4474cfa73ab586db1a1d02;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07;p=libs%2Fcore.git 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;