X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Frawtime.h;h=46b3e4df6908ec3c49e93752da2a3a0668e3b3dc;hp=1af7956f25c09a5bb0103cb3e8f1b08b3094fbef;hb=HEAD;hpb=062b200b08ec5998c4c02326e1e7b4e71fe4a5c6 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