diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-03-25 18:11:47 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-03-26 22:34:41 +0100 |
commit | 5cb2db6dd7d234a610a6501668a9901af8472b7f (patch) | |
tree | 4b1f63597f48a317924ef7d2ac98a909b25cd462 /sfx2/source | |
parent | 8622dc09954a1a26661e3524c99e7ed0f456cf6e (diff) |
Fix Windows build.
Change-Id: I7a8c5f16ec4ee17ec491229c7c15f9571d763d5c
Reviewed-on: https://gerrit.libreoffice.org/69710
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/appl/appdde.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx index ac556afa7f42..e405bf3635a8 100644 --- a/sfx2/source/appl/appdde.cxx +++ b/sfx2/source/appl/appdde.cxx @@ -43,6 +43,7 @@ #include <sfx2/sfxsids.hrc> #include <helper.hxx> #include <sfx2/docfile.hxx> +#include <ucbhelper/content.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/ucb/CommandAbortedException.hpp> #include <com/sun/star/ucb/IllegalIdentifierException.hpp> |