svx/source/dialog/rulritem.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 0aed4433851e6e188e4fad552c6534d732cd243c Author: Michael Stahl <michael.st...@allotropia.de> AuthorDate: Fri May 14 16:35:46 2021 +0200 Commit: Michael Stahl <michael.st...@allotropia.de> CommitDate: Tue Jun 1 11:17:30 2021 +0200
add missing include Change-Id: I9ac84a2e2fa88c41749e02f76f082f34a03e2567 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115981 Tested-by: Michael Stahl <michael.st...@allotropia.de> Reviewed-by: Michael Stahl <michael.st...@allotropia.de> diff --git a/svx/source/dialog/rulritem.cxx b/svx/source/dialog/rulritem.cxx index cbe2dcc731be..845ac8bef938 100644 --- a/svx/source/dialog/rulritem.cxx +++ b/svx/source/dialog/rulritem.cxx @@ -25,6 +25,8 @@ #include <com/sun/star/frame/status/LeftRightMargin.hpp> #include <com/sun/star/frame/status/UpperLowerMargin.hpp> +#include <limits> + SfxPoolItem* SvxPagePosSizeItem::CreateDefault() { return new SvxPagePosSizeItem; } SfxPoolItem* SvxLongLRSpaceItem::CreateDefault() { return new SvxLongLRSpaceItem; } SfxPoolItem* SvxLongULSpaceItem::CreateDefault() { return new SvxLongULSpaceItem; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits