vcl/skia/SkiaHelper.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 3c8af232a4981150b1c9396ca947fbfcef5a222e
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Mon Jan 1 15:17:00 2024 +0600
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Mon Jan 1 11:22:00 2024 +0100

    Missing includes
    
    Obviously included indirectly, but were confusing VS IDE
    
    Change-Id: I68e0d9ca96a6fcef1bf8c8f12bfecb543690a75a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161514
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/vcl/skia/SkiaHelper.cxx b/vcl/skia/SkiaHelper.cxx
index 5d4942efce1b..d59b865a0751 100644
--- a/vcl/skia/SkiaHelper.cxx
+++ b/vcl/skia/SkiaHelper.cxx
@@ -9,6 +9,8 @@
 
 #include <sal/config.h>
 
+#include <config_features.h>
+
 #include <string_view>
 
 #include <vcl/skia/SkiaHelper.hxx>
@@ -34,6 +36,7 @@ bool isAlphaMaskBlendingEnabled() { return false; }
 #include <driverblocklist.hxx>
 #include <skia/utils.hxx>
 #include <config_folders.h>
+#include <config_skia.h>
 #include <osl/file.hxx>
 #include <tools/stream.hxx>
 #include <list>

Reply via email to