Fix build failure

Index: src/utils/NumberUtils.h
--- src/utils/NumberUtils.h.orig
+++ src/utils/NumberUtils.h
@@ -140,7 +140,7 @@ really_inline from_chars_result from_chars(const char 
 #ifdef _WIN32
     tempval = _strtol_l(first, &endptr, 0, loc.local);
 #else
-    tempval = ::strtol_l(first, &endptr, 0, loc.local);
+    tempval = ::strtoll_l(first, &endptr, 0, loc.local);
 #endif
 
     if (errno != 0)
