X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Fhuge_file.cpp;fp=nucleus%2Flibrary%2Ffilesystem%2Fhuge_file.cpp;h=5d8e7dc0db9393ba887ff9c9d7b1d37a7d8bd9b5;hb=39dbe2cabfc181def8903f6009ed967ad2dc1d9b;hp=ae8382950965b9232c1a2150add1fd5c55070a1b;hpb=e16e899f1a75d8c4df9d36ffac2d8d2d401c4114;p=feisty_meow.git diff --git a/nucleus/library/filesystem/huge_file.cpp b/nucleus/library/filesystem/huge_file.cpp index ae838295..5d8e7dc0 100644 --- a/nucleus/library/filesystem/huge_file.cpp +++ b/nucleus/library/filesystem/huge_file.cpp @@ -18,13 +18,14 @@ #include #include #include +#include #include -#ifndef __WIN32__ - #include -#else - #include -#endif +//#ifndef __WIN32__ +#include +//#else +// #include +//#endif #undef LOG #define LOG(to_print) printf("%s::%s: %s\n", static_class_name(), func, astring(to_print).s())