[Libreoffice-commits] core.git: sc/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Mon Nov 30 16:13:21 UTC 2020
sc/source/core/tool/detfunc.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b208621f4ac5dc1ae40cb853f8662e8b10434cdc
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Nov 30 16:14:15 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Nov 30 17:12:41 2020 +0100
Missing include (for ScMergeFlagAttr)
...presumably mid-air collision between 3741b90abe478fb04db88207b496a5238df35bb8
"tdf#138483 sc: update red circles after merging cells" and
f3fc16f444f84a269df9bd2f2c3d2a47cf49d057 "tdf#42949 Fix new IWYU warnings in
directory sc/"
Change-Id: I672565b60c6889dac83bc6ab37f5a5907cb1611c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106897
Tested-by: Stephan Bergmann <sbergman at redhat.com>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sc/source/core/tool/detfunc.cxx b/sc/source/core/tool/detfunc.cxx
index d1294c2b9af0..f2d8f8254d20 100644
--- a/sc/source/core/tool/detfunc.cxx
+++ b/sc/source/core/tool/detfunc.cxx
@@ -49,6 +49,7 @@
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
+#include <attrib.hxx>
#include <detfunc.hxx>
#include <document.hxx>
#include <dociter.hxx>
More information about the Libreoffice-commits
mailing list