X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fseekable.cpp;h=0c3b0b955f162e0d5d3b926cd7379b7aeab2e4f5;hp=12ff6aa11dc26bc9bc4ffe5af5d5e07150e62443;hb=9ef362fabde5092288a8f59e6dae503c83a9462c;hpb=5a006c4fce0893b63f881a6c9ecd010f15770428 diff --git a/source/io/seekable.cpp b/source/io/seekable.cpp index 12ff6aa..0c3b0b9 100644 --- a/source/io/seekable.cpp +++ b/source/io/seekable.cpp @@ -1,5 +1,6 @@ #ifndef WIN32 #define _LARGEFILE64_SOURCE +#include #else #include #endif