diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2023-03-08 09:16:09 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-03-08 06:37:10 +0000 |
commit | e385534e1fcbb626e50076d69e91bd31f537527f (patch) | |
tree | 2f943803de59bb24bbd1dd4df7bb7019f96c1bb1 /dbaccess | |
parent | 65f672b27f84682764f924a3da3cecbafc88b278 (diff) |
Fix no-PCH build
Change-Id: Ie3a60558c9a459d2809883590649bee75244a8df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148453
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/filter/xml/xmlExport.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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> |