summaryrefslogtreecommitdiff
path: root/notification-ex/dbus_event_listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'notification-ex/dbus_event_listener.h')
-rw-r--r--notification-ex/dbus_event_listener.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/notification-ex/dbus_event_listener.h b/notification-ex/dbus_event_listener.h
index 9e8b3a5..1daef17 100644
--- a/notification-ex/dbus_event_listener.h
+++ b/notification-ex/dbus_event_listener.h
@@ -14,8 +14,11 @@
* limitations under the License.
*/
-#ifndef NOTIFICATION_EX_DBUS_LISTENER_H_
-#define NOTIFICATION_EX_DBUS_LISTENER_H_
+#ifndef NOTIFICATION_EX_DBUS_EVENT_LISTENER_H_
+#define NOTIFICATION_EX_DBUS_EVENT_LISTENER_H_
+
+#include <string>
+#include <list>
#include "notification-ex/event_listener_interface.h"
@@ -40,4 +43,4 @@ class EXPORT_API DBusEventListener : public IEventListener {
} // namespace notification
-#endif // NOTIFICATION_EX_DBUS_LISTENER_H_
+#endif // NOTIFICATION_EX_DBUS_EVENT_LISTENER_H_