sax/source/fastparser/fastparser.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 25b4e39309814325224193f3192e6e2d83e5f141
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Aug 12 10:38:47 2021 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Aug 12 13:22:37 2021 +0200

    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 <caol...@redhat.com>

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>

Reply via email to