diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-04-04 14:40:50 +0200 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-04-04 18:19:45 +0200 |
commit | 64909a84a354a8bee24fc4439a4b3fdeff67cad6 (patch) | |
tree | 82e1a91a72f5b991a6a180031493237a09032ee3 /xmlsecurity | |
parent | 164cb6ac273d34567f19b4e8a0df94efa053703c (diff) |
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.bergmann@allotropia.de>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/xmlsec_init.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 |