framework/inc/uielement/toolbarwrapper.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 4342717dcd580d5aea4e35636d4e35a4ea055d36
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sat Jan 15 14:19:33 2022 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat Jan 15 17:35:16 2022 +0100

    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 <caol...@redhat.com>

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;

Reply via email to