xmloff/source/style/PageMasterImportContext.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ba81317487c85be3a6d09cdd2c141f53d8c72f44
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Mon Aug 2 15:48:37 2021 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Mon Aug 2 15:48:37 2021 +0200

    xmloff: fix build
    
    Change-Id: I184d103270097737880423d923a80f955308f1ce

diff --git a/xmloff/source/style/PageMasterImportContext.cxx 
b/xmloff/source/style/PageMasterImportContext.cxx
index a036bf31d1fe..ea77e53c59bd 100644
--- a/xmloff/source/style/PageMasterImportContext.cxx
+++ b/xmloff/source/style/PageMasterImportContext.cxx
@@ -28,7 +28,9 @@
 #include <PageMasterStyleMap.hxx>
 #include <com/sun/star/frame/XModel.hpp>
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
+#include <com/sun/star/drawing/FillStyle.hpp>
 #include <osl/diagnose.h>
+#include <sal/log.hxx>
 
 //
 #include <com/sun/star/beans/XPropertySet.hpp>

Reply via email to