summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-08-25 18:30:25 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2021-08-26 06:37:21 +0200
commitc3a7edad85ec22fa4dac372da9e0b36d02efbfc4 (patch)
tree265af1676d88c3735b9dca76271785af3084b623 /include
parentf108b53e158dcc15db1fe93a483fb573fd522274 (diff)
Missing include
Change-Id: Idc533f1849c8be44ed04d3ed823c7f69c12c2d79 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120988 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/o3tl/float_int_conversion.hxx1
1 files changed, 1 insertions, 0 deletions
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