sw/source/core/doc/DocumentStateManager.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 432ef1e111e61b1aa4fea1476756a48c4e7c9c82 Author: Michael Stahl <[email protected]> AuthorDate: Fri Feb 6 14:46:14 2026 +0100 Commit: Michael Stahl <[email protected]> CommitDate: Fri Feb 6 16:22:49 2026 +0100 sw: add missing headers Change-Id: I91875b8b2070a3da6c8d69f07f93724da1def0b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198840 Tested-by: Jenkins Reviewed-by: Michael Stahl <[email protected]> diff --git a/sw/source/core/doc/DocumentStateManager.cxx b/sw/source/core/doc/DocumentStateManager.cxx index 9cdefcc8125e..6250778ca7fb 100644 --- a/sw/source/core/doc/DocumentStateManager.cxx +++ b/sw/source/core/doc/DocumentStateManager.cxx @@ -31,6 +31,8 @@ #include <PostItMgr.hxx> #include <swmodule.hxx> #include <IDocumentFieldsAccess.hxx> +#include <IDocumentMarkAccess.hxx> +#include <annotationmark.hxx> #include <txtannotationfld.hxx> #include <ndtxt.hxx> #include <undobj.hxx>
