summaryrefslogtreecommitdiff
path: root/forms/source/xforms/propertysetbase.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-08-09 23:07:12 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2024-02-27 23:45:13 +0100
commit92b398862f773e49cb5fe4b0363ef99775eac1b7 (patch)
tree5e0c0247d8eb9f27263e0352a8cb839e306cb97c /forms/source/xforms/propertysetbase.hxx
parente1f41f200a6a2d89571bfa539a9e2584287a9493 (diff)
Missing include
(for std::unique_ptr, with recent libstdc++ 12 trunk) Change-Id: I61b7823dd740ea7cdfe0d7403a50ac73b24d1c4e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120229 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'forms/source/xforms/propertysetbase.hxx')
-rw-r--r--forms/source/xforms/propertysetbase.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/forms/source/xforms/propertysetbase.hxx b/forms/source/xforms/propertysetbase.hxx
index d46901e0a39c..7111495843bf 100644
--- a/forms/source/xforms/propertysetbase.hxx
+++ b/forms/source/xforms/propertysetbase.hxx
@@ -31,6 +31,7 @@
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <map>
+#include <memory>
namespace com { namespace sun { namespace star { namespace uno {
class Any;