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

Mike Kaganski (via logerrit) logerrit at kemper.freedesktop.org
Tue May 11 14:30:48 UTC 2021


 xmloff/source/core/xmlimp.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b4c6fe22e2f91f33ce3705f01ef35b46e980b926
Author:     Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Tue May 11 15:20:02 2021 +0200
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Tue May 11 16:30:05 2021 +0200

    Missing include
    
    Change-Id: Icd36de153a89893d09d74df6c33aa5a2b98f0d7d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115280
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx
index 1f21acef1876..d3973c87e16c 100644
--- a/xmloff/source/core/xmlimp.cxx
+++ b/xmloff/source/core/xmlimp.cxx
@@ -18,6 +18,7 @@
  */
 
 #include <memory>
+#include <optional>
 
 #include <tools/diagnose_ex.h>
 #include <sal/log.hxx>


More information about the Libreoffice-commits mailing list