[Libreoffice-commits] core.git: sfx2/source

Mike Kaganski (via logerrit) logerrit at kemper.freedesktop.org
Fri May 28 17:27:59 UTC 2021


 sfx2/source/dialog/mgetempl.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit af00f50211c9e3f13c4a6d8f0a8f0fabf377c56a
Author:     Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Fri May 28 17:29:00 2021 +0200
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Fri May 28 19:27:21 2021 +0200

    Missing include
    
    Change-Id: I7a0c1d49da993f5f9da80df5cb6b0667775c1261
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116162
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/sfx2/source/dialog/mgetempl.hxx b/sfx2/source/dialog/mgetempl.hxx
index 371bc86c57d5..ef0d2fdcdd23 100644
--- a/sfx2/source/dialog/mgetempl.hxx
+++ b/sfx2/source/dialog/mgetempl.hxx
@@ -22,6 +22,7 @@
 #include <sfx2/styfitem.hxx>
 #include <sfx2/tabdlg.hxx>
 #include <memory>
+#include <optional>
 
 namespace weld { class Button; }
 namespace weld { class CheckButton; }


More information about the Libreoffice-commits mailing list