X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Fhuge_file.cpp;fp=nucleus%2Flibrary%2Ffilesystem%2Fhuge_file.cpp;h=5d8e7dc0db9393ba887ff9c9d7b1d37a7d8bd9b5;hp=ae8382950965b9232c1a2150add1fd5c55070a1b;hb=de0da7f2f7958d4ba652ff2ef5c79991700141ac;hpb=a4c99c6006b3aa20b5f65f02c2d30db7e790083a 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())