include/o3tl/float_int_conversion.hxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit c3a7edad85ec22fa4dac372da9e0b36d02efbfc4 Author: Mike Kaganski <[email protected]> AuthorDate: Wed Aug 25 18:30:25 2021 +0200 Commit: Mike Kaganski <[email protected]> CommitDate: Thu Aug 26 06:37:21 2021 +0200 Missing include Change-Id: Idc533f1849c8be44ed04d3ed823c7f69c12c2d79 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120988 Tested-by: Jenkins Reviewed-by: Mike Kaganski <[email protected]> diff --git a/include/o3tl/float_int_conversion.hxx b/include/o3tl/float_int_conversion.hxx index 36bce97dd742..403bed6221c3 100644 --- a/include/o3tl/float_int_conversion.hxx +++ b/include/o3tl/float_int_conversion.hxx @@ -13,6 +13,7 @@ #include <sal/config.h> #include <cmath> +#include <limits> #include <type_traits> namespace o3tl
