X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/a5bb534ab656e9eaab163c22df0325d3baa3ce40..26f0a7be9285009bcfbb743d61211be059ff8db8:/stglibs/common.lib/common.h?ds=sidebyside diff --git a/stglibs/common.lib/common.h b/stglibs/common.lib/common.h index 904c6e47..6e957698 100644 --- a/stglibs/common.lib/common.h +++ b/stglibs/common.lib/common.h @@ -19,15 +19,19 @@ */ /* - $Revision: 1.31 $ - $Date: 2010/11/03 10:26:30 $ + $Revision: 1.32 $ + $Date: 2010/11/08 10:11:19 $ $Author: faust $ */ #ifndef common_h #define common_h +#ifdef __BORLANDC__ +#include +#else #include +#endif #include #include "os_int.h" @@ -221,6 +225,7 @@ int str2x(const std::string & str, long long & x); int str2x(const std::string & str, unsigned long long & x); //----------------------------------------------------------------------------- const std::string & x2str(unsigned x, std::string & s); +const std::string & x2str(unsigned long x, std::string & s); const std::string & x2str(unsigned long long x, std::string & s); //----------------------------------------------------------------------------- char * stg_strptime(const char *, const char *, struct tm *);