summaryrefslogtreecommitdiff
path: root/daemon/manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/manager.h')
-rw-r--r--daemon/manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/manager.h b/daemon/manager.h
index b210700..8b2fd96 100644
--- a/daemon/manager.h
+++ b/daemon/manager.h
@@ -6,6 +6,7 @@
#include "voicecallmanager.h"
#include "notificationmanager.h"
#include "musicmanager.h"
+#include "datalogmanager.h"
#include "appmanager.h"
#include "settings.h"
@@ -42,6 +43,7 @@ class Manager :
VoiceCallManager *voice;
NotificationManager *notifications;
MusicManager *music;
+ DataLogManager *datalog;
AppManager *apps;
MNotification notification;