diff --git a/daemon/src/client/client.cpp b/daemon/src/client/client.cpp
index 862313a1713c2f75f6bf8dac792a2bb7981a236d..5903192a58337d3c9e8df70b152d3597c4b0222f 100644
--- a/daemon/src/client/client.cpp
+++ b/daemon/src/client/client.cpp
@@ -40,9 +40,9 @@
 #include "presencemanager.h"
 #endif // SFL_PRESENCE
 
-#ifdef SFL_PRESENCE
+#ifdef SFL_VIDEO
 #include "videomanager.h"
-#endif // SFL_PRESENCE
+#endif // SFL_VIDEO
 
 Client::Client() :
     callManager_(new CallManager)