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

Arnaud Versini (via logerrit) logerrit at kemper.freedesktop.org
Sun May 30 20:13:07 UTC 2021


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

New commits:
commit e718f0e703c0fb33a0b1b5efe7b13b02c25f3335
Author:     Arnaud Versini <arnaud.versini at libreoffice.org>
AuthorDate: Sun May 30 19:30:05 2021 +0200
Commit:     Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at 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>


More information about the Libreoffice-commits mailing list