sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9225833331328e181292d9219dc775e2bb39af71
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Tue May 21 12:51:20 2024 +0100
Commit:     Aron Budea <aron.bu...@collabora.com>
CommitDate: Tue May 21 13:54:26 2024 +0200

    fix build break wrt ‘Wait’ is not a member of ‘PointerStyle’
    
    Change-Id: Id5845e55a879fafbb5dc269b4179d87f7f94285b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167896
    Reviewed-by: Aron Budea <aron.bu...@collabora.com>
    Tested-by: Aron Budea <aron.bu...@collabora.com>

diff --git a/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx 
b/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx
index fab35b1b04b2..129b37713fe8 100644
--- a/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx
+++ b/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx
@@ -22,6 +22,7 @@
 #include <sfx2/viewsh.hxx>
 #include <sfx2/AccessibilityIssue.hxx>
 #include <unotools/configmgr.hxx>
+#include <vcl/ptrstyle.hxx>
 #include <vcl/svapp.hxx>
 #include <o3tl/enumrange.hxx>
 #include <comphelper/lok.hxx>

Reply via email to