summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-04-16 13:35:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-04-17 09:02:44 +0200
commit3f59a2df61620fbb7216fc66780620f142d81e66 (patch)
treec50f2f77eac0e84e70637248ba55c4e77a16f37e
parent73482f5e8742cc9fce32de1fc660059aae2a9583 (diff)
Missing include (Windows --disable-pch)
Change-Id: I53be5303404cf60609314630b841ebbf2af117de Reviewed-on: https://gerrit.libreoffice.org/70818 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--sfx2/source/appl/appdde.cxx1
1 files changed, 1 insertions, 0 deletions
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>