diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2021-05-28 17:29:00 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-05-28 19:27:21 +0200 |
commit | af00f50211c9e3f13c4a6d8f0a8f0fabf377c56a (patch) | |
tree | 999dca2ffad1498bdef800728436ce0becc6b567 /sfx2 | |
parent | f58e7483d10db24c02a28cf05d7402c7f44be014 (diff) |
Missing include
Change-Id: I7a0c1d49da993f5f9da80df5cb6b0667775c1261
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116162
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/mgetempl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |