X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Ftimestamp.h;fp=source%2Ftime%2Ftimestamp.h;h=50813057fa1492007eac716e80a857fd3fc615fe;hp=8068510a6647b00d739fba0d98cf31f5da4bbac8;hb=6af098355f2b037a6f8084f9f6c741e462ffa614;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07 diff --git a/source/time/timestamp.h b/source/time/timestamp.h index 8068510..5081305 100644 --- a/source/time/timestamp.h +++ b/source/time/timestamp.h @@ -1,6 +1,7 @@ #ifndef MSP_TIME_TIMESTAMP_H_ #define MSP_TIME_TIMESTAMP_H_ +#include #include "timedelta.h" #include "rawtime.h" @@ -13,7 +14,7 @@ function. For representing user-specified times, use the DateTime class. */ -class TimeStamp +class MSPCORE_API TimeStamp { private: RawTime usec = 0;