summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/docshell/docsh.cxx2
-rw-r--r--sc/source/ui/inc/docsh.hxx2
-rw-r--r--sc/source/ui/view/cellsh3.cxx2
3 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index 22322ba4da28..d801b9b71130 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -105,6 +105,8 @@
#include "markdata.hxx"
#include "orcusfilters.hxx"
+#include <config_telepathy.h>
+
#ifdef ENABLE_TELEPATHY
#include "sccollaboration.hxx"
#endif
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index eeb0708e9184..aa0afde1173c 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -39,6 +39,8 @@
#include <boost/unordered_map.hpp>
#include <cppuhelper/implbase1.hxx>
+#include <config_telepathy.h>
+
class ScEditEngineDefaulter;
class SfxStyleSheetBasePool;
class SfxStyleSheetHint;
diff --git a/sc/source/ui/view/cellsh3.cxx b/sc/source/ui/view/cellsh3.cxx
index 4186f86a6771..88a41dd9997c 100644
--- a/sc/source/ui/view/cellsh3.cxx
+++ b/sc/source/ui/view/cellsh3.cxx
@@ -43,6 +43,8 @@
#include "markdata.hxx"
#include "scabstdlg.hxx"
+#include <config_telepathy.h>
+
#ifdef ENABLE_TELEPATHY
#include "sccollaboration.hxx"
#endif