X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fio%2Fwindows%2Fseekable.cpp;h=3756cf1a7d44c937755158167d95ed616ef6712b;hb=HEAD;hp=73c5cc51bc2824718bab9fb0af1591ddc0464b9b;hpb=609c9a508cfdc7b42c46c4f21d17639204165a00;p=libs%2Fcore.git diff --git a/source/io/windows/seekable.cpp b/source/io/windows/seekable.cpp index 73c5cc5..3756cf1 100644 --- a/source/io/windows/seekable.cpp +++ b/source/io/windows/seekable.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include "handle.h" #include "handle_private.h" @@ -19,7 +19,7 @@ int sys_seek_type(SeekType st) else if(st==S_END) return FILE_END; - throw invalid_argument("sys_seek_type"); + throw invalid_argument("IO::sys_seek"); } }