Closed nekopsykose closed 1 year ago
required for intXX_t types:
Util/Util.h:9:69: error: 'int64_t' has not been declared 9 | bool stringToInt(const std::string& line, size_t start, size_t end, int64_t& result);
fixes the build with gcc13 that doesn't include this by default
Thanks!
required for intXX_t types:
Util/Util.h:9:69: error: 'int64_t' has not been declared 9 | bool stringToInt(const std::string& line, size_t start, size_t end, int64_t& result);
fixes the build with gcc13 that doesn't include this by default