From 28f24530602c47063773fc80bef45880a607861d Mon Sep 17 00:00:00 2001 From: Hyunjin Park Date: Thu, 17 Dec 2015 15:29:31 +0900 Subject: [PATCH] Include notification_list.h for internal notification apis Change-Id: I6f1303780af97fe7d8b7cebd24ababaf0c2cd906 --- src/notification/notification_manager.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notification/notification_manager.cc b/src/notification/notification_manager.cc index d7b56662..93f0c090 100644 --- a/src/notification/notification_manager.cc +++ b/src/notification/notification_manager.cc @@ -22,6 +22,7 @@ #include #include #include +#include #include "common/converter.h" #include "common/logger.h" -- 2.34.1