diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2021-12-22 17:14:40 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2021-12-24 01:44:48 +0100 |
commit | fbe169fa17adb832704ada89ae6d889ad31ae502 (patch) | |
tree | d9b893f700d7907615c9d5b69b4079932de97461 /vcl/source/bitmap | |
parent | 1609bb6ab5e34fc8fff67240e3c49dde93f2d2d7 (diff) |
Recheck include/[s-x]* with IWYU
See tdf#42949 for motivation
Change-Id: Iaebddd648c52c175da17d2a55a1e8de82c213f4d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127330
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'vcl/source/bitmap')
-rw-r--r-- | vcl/source/bitmap/BitmapPopArtFilter.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/bitmap/BitmapPopArtFilter.cxx b/vcl/source/bitmap/BitmapPopArtFilter.cxx index a575a4e06f5a..5d5a6ee256ba 100644 --- a/vcl/source/bitmap/BitmapPopArtFilter.cxx +++ b/vcl/source/bitmap/BitmapPopArtFilter.cxx @@ -8,6 +8,7 @@ * */ +#include <tools/solar.h> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/BitmapPopArtFilter.hxx> |