X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftime%2Frawtime.h;h=46b3e4df6908ec3c49e93752da2a3a0668e3b3dc;hb=03862ac4f38db0799872850dc4ab43b88688e4eb;hp=1af7956f25c09a5bb0103cb3e8f1b08b3094fbef;hpb=95bd04e16acacde19fcfdcc722baf72b06dcdfee;p=libs%2Fcore.git diff --git a/source/time/rawtime.h b/source/time/rawtime.h index 1af7956..46b3e4d 100644 --- a/source/time/rawtime.h +++ b/source/time/rawtime.h @@ -1,12 +1,12 @@ #ifndef MSP_TIME_RAWTIME_H_ #define MSP_TIME_RAWTIME_H_ -#include +#include namespace Msp { namespace Time { -typedef Int64 RawTime; +typedef std::int64_t RawTime; } // namespace Time } // namespace Msp