X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fseekable.h;h=99915d850efc3a8879d88a7e9e3e9de7e11eb531;hp=f0170b40f5af126de2c641431d7a2033cc1f1415;hb=b116e161e377da0e4e52f07745ecb2d22f962ae9;hpb=062b200b08ec5998c4c02326e1e7b4e71fe4a5c6 diff --git a/source/io/seekable.h b/source/io/seekable.h index f0170b4..99915d8 100644 --- a/source/io/seekable.h +++ b/source/io/seekable.h @@ -1,8 +1,8 @@ #ifndef MSP_IO_SEEKABLE_H_ #define MSP_IO_SEEKABLE_H_ +#include #include -#include #include "base.h" namespace Msp { @@ -10,7 +10,7 @@ namespace IO { class Handle; -typedef Int64 SeekOffset; +typedef std::int64_t SeekOffset; enum SeekType {