From 13af5583829a424f30e18a89d96f26ccd5132a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 11 Jun 2018 22:42:02 +0200 Subject: [PATCH] Fix FTBFS for build without --enable-final This resolves bug 2545 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 183decb0f0487783358691b372efb2a6d45ae829) --- src/daemon/daemon.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index 1c582ab..5826efd 100644 --- a/src/daemon/daemon.cpp +++ b/src/daemon/daemon.cpp @@ -369,3 +369,5 @@ void real_handleGTKMain() { while (gtk_events_pending()) gtk_main_iteration(); } + +#include "daemon.moc"