xmlsecurity/source/xmlsec/xmlsec_init.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 64909a84a354a8bee24fc4439a4b3fdeff67cad6
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Thu Apr 4 14:40:50 2024 +0200
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Thu Apr 4 18:19:45 2024 +0200

    Missing include, again
    
    At least the Emscripten build was hit again by what had been fixed with
    bddb0d87e809c96ee810de0e553f02bbe158907d "Missing include", after
    a0c53ab43840d1c84d7d246b2cbc73c3a8862155 "tdf#146619 Remove unused #includes
    from C/C++ files".
    
    Change-Id: I632ab297bc51aa07019e4bb0cb4ef8f6372a1374
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165795
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>

diff --git a/xmlsecurity/source/xmlsec/xmlsec_init.cxx 
b/xmlsecurity/source/xmlsec/xmlsec_init.cxx
index 84a7c9c6c368..c8eefe2c3aa0 100644
--- a/xmlsecurity/source/xmlsec/xmlsec_init.cxx
+++ b/xmlsecurity/source/xmlsec/xmlsec_init.cxx
@@ -11,6 +11,7 @@
 
 #include <xmlsec/xmlsec_init.hxx>
 
+#include <xmlsec/xmlsec.h>
 #include <com/sun/star/uno/RuntimeException.hpp>
 #include <xmlsec/xmlstreamio.hxx>
 #ifdef XMLSEC_CRYPTO_MSCRYPTO

Reply via email to