From b70c2d352ddb6350ec366b055b28b3d892b54b1c Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Thu, 26 Jul 2012 12:17:09 +0200 Subject: tubes: avoid unnecessary re-building; move the include into source file Change-Id: Ib45a5fab8d4dc118ac0ae5282d47f46f9f86edc2 --- desktop/source/app/app.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'desktop/source/app') 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 +#endif + #if defined MACOSX #include #include -- cgit