summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2022-12-30 18:46:58 +0000
committerMike Kaganski <mike.kaganski@collabora.com>2023-01-01 16:09:17 +0000
commitab81b5e097eef3d154f5150d1f747937439b5c37 (patch)
tree56fdf40402098f92f2b182daa8bf0401e354195a /sfx2
parentf1151648b3df1b76e3308c288f12b4dd1414e92e (diff)
Fix no-pch build on Windows
Change-Id: If4eadc1987bb7015d2a7d3a6fb3c25a57158b248 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144899 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/docmacromode.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/docmacromode.cxx b/sfx2/source/doc/docmacromode.cxx
index 976fc53414ed..44be05a06841 100644
--- a/sfx2/source/doc/docmacromode.cxx
+++ b/sfx2/source/doc/docmacromode.cxx
@@ -39,6 +39,7 @@
#include <tools/urlobj.hxx>
#if defined(_WIN32)
+#include <officecfg/Office/Common.hxx>
#include <systools/win32/comtools.hxx>
#include <urlmon.h>
#endif