sw/source/filter/ww8/ww8scan.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e718f0e703c0fb33a0b1b5efe7b13b02c25f3335
Author:     Arnaud Versini <arnaud.vers...@libreoffice.org>
AuthorDate: Sun May 30 19:30:05 2021 +0200
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sun May 30 22:12:28 2021 +0200

    sw : missing std::optional include
    
    Change-Id: Ia5973a0ffd43962ef2391f431d3d6b544fe19879
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116414
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx
index 66d3a651ff78..750b28252418 100644
--- a/sw/source/filter/ww8/ww8scan.hxx
+++ b/sw/source/filter/ww8/ww8scan.hxx
@@ -24,6 +24,7 @@
 #include <cstddef>
 #include <deque>
 #include <memory>
+#include <optional>
 #include <stack>
 #include <unordered_map>
 #include <vector>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to