diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-03-08 13:15:15 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-03-10 12:05:59 +0100 |
commit | 84213a426ad10e85075ef159da28b4e56dabcb77 (patch) | |
tree | e46c842b131feecfcb4f94e1b29b3b493bfd0266 /sw/inc/swtblfmt.hxx | |
parent | 1bbcac7d172f9b0b97d54b07160ac6b5e736e651 (diff) |
Recheck sw headers with IWYU
See tdf#42949 for motivation
Change-Id: I99558e6b6952b3f2c1ee32dd07354ff659ad9cd0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131183
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/inc/swtblfmt.hxx')
-rw-r--r-- | sw/inc/swtblfmt.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/swtblfmt.hxx b/sw/inc/swtblfmt.hxx index a8ba7d31f630..de72adcfee6e 100644 --- a/sw/inc/swtblfmt.hxx +++ b/sw/inc/swtblfmt.hxx @@ -21,6 +21,8 @@ #include "frmfmt.hxx" +#include <tools/solar.h> + class SAL_DLLPUBLIC_RTTI SwTableFormat final : public SwFrameFormat { friend class SwDoc; |