diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2021-12-16 20:59:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-12-20 10:06:34 +0100 |
commit | 807f238f12e0774fabf507a17ca0ba9204d47833 (patch) | |
tree | 37f51c4539aa07ce707dcf81d2e9dc4e16186d15 /sc/qa/unit/ucalc_pivottable.cxx | |
parent | 309c8bd4fc5cc7034754b90d6306bbe4084be4d9 (diff) |
Recheck include/[e-r]* with IWYU
See tdf#42949 for motivation
Change-Id: I44e4e3a88067c1c29ce9d563b22741e984b43576
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126964
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/qa/unit/ucalc_pivottable.cxx')
-rw-r--r-- | sc/qa/unit/ucalc_pivottable.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc_pivottable.cxx b/sc/qa/unit/ucalc_pivottable.cxx index 2100e50d531a..9be50c461384 100644 --- a/sc/qa/unit/ucalc_pivottable.cxx +++ b/sc/qa/unit/ucalc_pivottable.cxx @@ -14,6 +14,7 @@ #include <cppunit/TestAssert.h> #include <sal/types.h> +#include <rtl/math.hxx> #include <scdll.hxx> #include "helper/qahelper.hxx" #include <dpshttab.hxx> |