X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstrings%2Flexicalcast.cpp;h=71e346b7651818f9c91006fdfacaa8dce05613ed;hp=782f4a8537adb05583c6e45e68c6b80620439142;hb=95bd04e16acacde19fcfdcc722baf72b06dcdfee;hpb=4bd704ea84b36dc8e83db51cd5eab4111eb48c2a diff --git a/source/strings/lexicalcast.cpp b/source/strings/lexicalcast.cpp index 782f4a8..71e346b 100644 --- a/source/strings/lexicalcast.cpp +++ b/source/strings/lexicalcast.cpp @@ -1,5 +1,6 @@ #include #include +#include #include "format.h" #include "lexicalcast.h" @@ -20,11 +21,7 @@ struct Temporary template struct Temporary { -#ifdef WIN32 - typedef __int64 Type; -#else - typedef unsigned long long Type; -#endif + typedef UInt64 Type; }; /* Helper to avoid warnings about an unsigned type never being < 0 */