summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2021-01-08 19:25:03 +1100
committerStephan Bergmann <sbergman@redhat.com>2021-01-08 10:24:21 +0100
commite27be8cf095d0a71866d2a415e958ee599c6b360 (patch)
tree390035d9c23d9be7063baf93d0082ee3369b00d9
parent1af41f212194b26c0415ec0ad4d9038df3b373bd (diff)
vcl: followup fix to c8d564094e
Change-Id: I9dcff185eb3df4c79dcedd27bef488762ea19c3f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108959 Tested-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--vcl/source/bitmap/BitmapShadowFilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/bitmap/BitmapShadowFilter.cxx b/vcl/source/bitmap/BitmapShadowFilter.cxx
index 64c7ff470297..07e1fd6ad534 100644
--- a/vcl/source/bitmap/BitmapShadowFilter.cxx
+++ b/vcl/source/bitmap/BitmapShadowFilter.cxx
@@ -12,7 +12,7 @@
#include <vcl/BitmapColor.hxx>
#include <vcl/BitmapShadowFilter.hxx>
-#include <bitmapwriteaccess.hxx>
+#include <bitmap/BitmapWriteAccess.hxx>
BitmapEx BitmapShadowFilter::execute(BitmapEx const& rBitmapEx) const
{