summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-01-15 14:19:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-01-15 17:35:16 +0100
commit4342717dcd580d5aea4e35636d4e35a4ea055d36 (patch)
tree5af43c0af616be3cbcd83a41685b8873b4044e60 /framework
parent26b3fc1f31b682fcc7ac0c10af07e64cffbe86e7 (diff)
include memory for std::unique_ptr
Change-Id: I15f78ecfc53e75403bb8edbcd6e5400e8ecaaa44 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128465 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/uielement/toolbarwrapper.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/inc/uielement/toolbarwrapper.hxx b/framework/inc/uielement/toolbarwrapper.hxx
index 55142f98d500..da90455b21da 100644
--- a/framework/inc/uielement/toolbarwrapper.hxx
+++ b/framework/inc/uielement/toolbarwrapper.hxx
@@ -25,6 +25,8 @@
#include <com/sun/star/ui/XUIFunctionListener.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
+#include <memory>
+
namespace weld
{
class Builder;