summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-01-15 16:35:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-01-15 20:43:45 +0100
commitdd497f18e5a5aaa5d1116e87b12ea23d619088e2 (patch)
treec5729ba256e43ba881370822aa2364af5edefa03 /extensions
parente1802876e0773d57631f6a8f773fafaf4cfc7926 (diff)
include memory for std::unique_ptr
Change-Id: I63aa82b45f3dfcfd89d5d655eae3b347c1092af4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128470 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/handlerhelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/source/propctrlr/handlerhelper.hxx b/extensions/source/propctrlr/handlerhelper.hxx
index 761c1d03d250..555b8ee825e8 100644
--- a/extensions/source/propctrlr/handlerhelper.hxx
+++ b/extensions/source/propctrlr/handlerhelper.hxx
@@ -27,6 +27,7 @@
#include <com/sun/star/beans/Optional.hpp>
#include <unotools/resmgr.hxx>
+#include <memory>
#include <vector>
namespace weld { class Builder; class Widget; class Window; }