dbaccess/source/filter/xml/xmlExport.hxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit e385534e1fcbb626e50076d69e91bd31f537527f Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Wed Mar 8 09:16:09 2023 +0300 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Wed Mar 8 06:37:10 2023 +0000 Fix no-PCH build Change-Id: Ie3a60558c9a459d2809883590649bee75244a8df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148453 Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> Tested-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/dbaccess/source/filter/xml/xmlExport.hxx b/dbaccess/source/filter/xml/xmlExport.hxx index e35800efd298..4dbd3f165204 100644 --- a/dbaccess/source/filter/xml/xmlExport.hxx +++ b/dbaccess/source/filter/xml/xmlExport.hxx @@ -25,6 +25,8 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/io/XActiveDataSource.hpp> + +#include <optional> #include <utility> #include <xmloff/maptype.hxx> #include <xmloff/txtprmap.hxx>