summaryrefslogtreecommitdiff
path: root/desktop/source/app
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-07-26 12:17:09 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-26 15:59:21 +0200
commitb70c2d352ddb6350ec366b055b28b3d892b54b1c (patch)
treebfe216825573ae62dbf81b4e6ef8d3bdd2270cbf /desktop/source/app
parentf86cc45d8795073e61d39edc469a4876085941b8 (diff)
tubes: avoid unnecessary re-building; move the include into source file
Change-Id: Ib45a5fab8d4dc118ac0ae5282d47f46f9f86edc2
Diffstat (limited to 'desktop/source/app')
-rw-r--r--desktop/source/app/app.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 6d5ea30b08c2..4e76579c3cd4 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -102,6 +102,10 @@
#include "langselect.hxx"
+#ifdef ENABLE_TELEPATHY
+#include <tubes/manager.hxx>
+#endif
+
#if defined MACOSX
#include <errno.h>
#include <sys/wait.h>