sc/qa/unit/subsequent_export-test.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit aca47a91f478e8ab93a219239356e3abd2ab10cb Author: Gabor Kelemen <[email protected]> AuthorDate: Sat Sep 12 12:48:47 2020 +0200 Commit: Gabor Kelemen <[email protected]> CommitDate: Sat Sep 12 13:14:52 2020 +0200 Fix missing includes from unit test Change-Id: Ided93455568e9d5657ac4803aa10c07c7018cdd3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102512 Tested-by: Gabor Kelemen <[email protected]> Reviewed-by: Gabor Kelemen <[email protected]> diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx index a4d8b3802960..6769aab25f07 100644 --- a/sc/qa/unit/subsequent_export-test.cxx +++ b/sc/qa/unit/subsequent_export-test.cxx @@ -41,6 +41,8 @@ #include <scmod.hxx> #include <dpcache.hxx> #include <dpobject.hxx> +#include <stlpool.hxx> +#include <attrib.hxx> #include <svx/svdpage.hxx> #include <svx/svdograf.hxx> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
