[Build] Fix build errors in notification
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 25 Jun 2015 01:06:37 +0000 (10:06 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 25 Jun 2015 01:06:37 +0000 (10:06 +0900)
Change-Id: If77b3ce9647d59806471f891fb0d7fec8d152c24

src/notification/notification_manager.cc
src/notification/status_notification.cc

index 97c7b7c4c3e39832b46c8df6467d21c48081fbce..0393f4e91190e0fe3d1be01be4031b88170017df 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <app_control_internal.h>
 #include <device/led.h>
+#include <notification_internal.h>
 
 #include "common/converter.h"
 #include "common/logger.h"
index c971366c2c2103c0f292fd86b823d87de809a9a2..c523a2735ba41b03b2285de98658de186411a3ac 100644 (file)
@@ -17,6 +17,7 @@
 #include "notification/status_notification.h"
 
 #include <notification.h>
+#include <notification_internal.h>
 #include <app_control_internal.h>
 
 #include "common/converter.h"