sw/source/core/doc/DocumentStateManager.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ab6f22b162377272a7996402ea7b2e69f753af47
Author:     Gabor Kelemen <[email protected]>
AuthorDate: Sat Mar 7 12:37:15 2026 +0100
Commit:     Gabor Kelemen <[email protected]>
CommitDate: Sat Mar 7 19:13:40 2026 +0100

    sw: fix missing include in --with-yrs mode
    
    Change-Id: I960891d006eb8e8939d99083bfafac1d6863a9fc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/201170
    Reviewed-by: Gabor Kelemen <[email protected]>
    Tested-by: Jenkins

diff --git a/sw/source/core/doc/DocumentStateManager.cxx 
b/sw/source/core/doc/DocumentStateManager.cxx
index 6250778ca7fb..544cd322f55d 100644
--- a/sw/source/core/doc/DocumentStateManager.cxx
+++ b/sw/source/core/doc/DocumentStateManager.cxx
@@ -56,6 +56,7 @@
 #include <com/sun/star/connection/Acceptor.hpp>
 #include <com/sun/star/connection/Connector.hpp>
 #include <com/sun/star/io/IOException.hpp>
+#include <com/sun/star/io/XInputStream.hpp>
 #include <com/sun/star/io/XSeekable.hpp>
 
 #include <salhelper/thread.hxx>

Reply via email to