[Libreoffice-commits] core.git: include/o3tl

Mike Kaganski (via logerrit) logerrit at kemper.freedesktop.org
Thu Aug 26 04:37:55 UTC 2021


 include/o3tl/float_int_conversion.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c3a7edad85ec22fa4dac372da9e0b36d02efbfc4
Author:     Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Wed Aug 25 18:30:25 2021 +0200
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
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 <mike.kaganski at collabora.com>

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


More information about the Libreoffice-commits mailing list