diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-09-17 18:31:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-09-17 22:22:06 +0200 |
commit | f13c2ce1879182331b2cb57066e23b7a3fc0eb83 (patch) | |
tree | 9d40c2053b7a34123f44283b8972f547d1321ba8 /sfx2 | |
parent | cb1f0bebf80be925927028f90f8b631c9ad51e53 (diff) |
Missing include (Windows, --disable-pch)
Change-Id: I825230daf223ff94ab1dbc19d81d478fbf464f56
Reviewed-on: https://gerrit.libreoffice.org/60596
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2')
-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 a35339e2784b..bec2b5cbf825 100644 --- a/sfx2/source/appl/appdde.cxx +++ b/sfx2/source/appl/appdde.cxx @@ -44,6 +44,7 @@ #include <helper.hxx> #include <sfx2/docfile.hxx> #include <comphelper/processfactory.hxx> +#include <com/sun/star/ucb/CommandAbortedException.hpp> #include <com/sun/star/ucb/IllegalIdentifierException.hpp> #include <com/sun/star/ucb/ContentCreationException.hpp> |