diff options
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r-- | svx/source/gallery2/galctrl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/gallery2/galctrl.cxx b/svx/source/gallery2/galctrl.cxx index 716a198ec87f..1c3ffbf0326b 100644 --- a/svx/source/gallery2/galctrl.cxx +++ b/svx/source/gallery2/galctrl.cxx @@ -34,6 +34,7 @@ #include <vcl/commandevent.hxx> #include <vcl/graphicfilter.hxx> #include <bitmaps.hlst> +#include <svl/itemset.hxx> GalleryPreview::GalleryPreview(GalleryBrowser2* pParent, std::unique_ptr<weld::ScrolledWindow> xScrolledWindow) : mxScrolledWindow(std::move(xScrolledWindow)) |