summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-08-12 10:38:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-08-12 13:22:37 +0200
commit25b4e39309814325224193f3192e6e2d83e5f141 (patch)
tree5426422a6300ef129ff8fdb5ec49354ebf6ee221 /sax
parenta5642b8b9690f835cbd07ce3278e425b7aa7b9ff (diff)
include optional header for std::optional
Change-Id: I5e2c42498691d1fccf5122720e56bf44462ce21d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120382 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sax')
-rw-r--r--sax/source/fastparser/fastparser.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index 2ffd008c6df6..ce8d8cc16054 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -41,6 +41,7 @@
#include <queue>
#include <memory>
#include <mutex>
+#include <optional>
#include <stack>
#include <string_view>
#include <unordered_map>