summaryrefslogtreecommitdiff
path: root/sw/source/filter
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@libreoffice.org>2021-05-30 19:30:05 +0200
committerCaolán McNamara <caolanm@redhat.com>2021-05-30 22:12:28 +0200
commite718f0e703c0fb33a0b1b5efe7b13b02c25f3335 (patch)
tree24adda6539dcbd17d57391c28f360f6ac593b822 /sw/source/filter
parentbc18682b598f1f1c071af8e70c1788352d96695d (diff)
sw : missing std::optional include
Change-Id: Ia5973a0ffd43962ef2391f431d3d6b544fe19879 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116414 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/filter')
-rw-r--r--sw/source/filter/ww8/ww8scan.hxx1
1 files changed, 1 insertions, 0 deletions
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>