[Libreoffice-commits] core.git: sfx2/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 17 07:03:39 UTC 2019
sfx2/source/appl/appdde.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 3f59a2df61620fbb7216fc66780620f142d81e66
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Apr 16 13:35:08 2019 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Apr 17 09:02:44 2019 +0200
Missing include (Windows --disable-pch)
Change-Id: I53be5303404cf60609314630b841ebbf2af117de
Reviewed-on: https://gerrit.libreoffice.org/70818
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx
index e405bf3635a8..2247c4a72c94 100644
--- a/sfx2/source/appl/appdde.cxx
+++ b/sfx2/source/appl/appdde.cxx
@@ -20,6 +20,7 @@
#include <config_features.h>
#include <rtl/character.hxx>
#include <sal/log.hxx>
+#include <sot/exchange.hxx>
#include <vcl/wrkwin.hxx>
#include <svl/rectitem.hxx>
#include <svl/eitem.hxx>
More information about the Libreoffice-commits
mailing list