summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2022-05-23 13:16:13 +0300
committerTor Lillqvist <tml@collabora.com>2022-05-23 13:40:19 +0200
commit3a43c4c65e0e4531479408882b931f9d92f63d87 (patch)
treebf9d07af515ad42010d26f1e96bae2a79bbbc95f /xmlsecurity
parent2658b93f0b6fd727b53ba2d20faccbf92b1ce8fb (diff)
Include <memory> for std::unique_ptr
Change-Id: Ife038559e03ace7ceebe02a95cb89689cd699135 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134810 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/gpg/SecurityEnvironment.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmlsecurity/source/gpg/SecurityEnvironment.hxx b/xmlsecurity/source/gpg/SecurityEnvironment.hxx
index c815e0e1f5d2..548d76597f56 100644
--- a/xmlsecurity/source/gpg/SecurityEnvironment.hxx
+++ b/xmlsecurity/source/gpg/SecurityEnvironment.hxx
@@ -11,6 +11,9 @@
#define INCLUDED_XMLSECURITY_SOURCE_GPG_SECURITYENVIRONMENT_HXX
#include <sal/config.h>
+
+#include <memory>
+
#include <rtl/ustring.hxx>
#include <cppuhelper/implbase.hxx>