diff --git a/src/utils.cpp b/src/utils.cpp index 9bff278212..45bd629c19 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -399,6 +399,8 @@ template void utils::bounds<>(const char *, int, const std::string &, bigint, bigint, int &, int &, Error *); template void utils::bounds<>(const char *, int, const std::string &, bigint, bigint, long &, long &, Error *); +template void utils::bounds<>(const char *, int, const std::string &, + bigint, bigint, long long &, long long &, Error *); /* ------------------------------------------------------------------------- Expand list of arguments in arg to earg if arg contains wildcards