X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftime%2Ftimer.h;h=7cb5c764d59979e0316e2e365444940ad8e4d786;hb=HEAD;hp=04d0be95ba8fe0aa1117acf06f06bc3afc3c594d;hpb=39da82b967c70282973025e4b12186625e29fe26;p=libs%2Fcore.git diff --git a/source/time/timer.h b/source/time/timer.h index 04d0be9..7cb5c76 100644 --- a/source/time/timer.h +++ b/source/time/timer.h @@ -3,6 +3,7 @@ #include #include +#include #include #include #include @@ -19,7 +20,7 @@ of the returned slot. This class is thread-safe, to allow running timers in a separate thread. */ -class Timer: private NonCopyable +class MSPCORE_API Timer: private NonCopyable { public: class Slot