Fix includes in Po.cpp 28/176428/2
authorTomasz Swierczek <t.swierczek@samsung.com>
Thu, 19 Apr 2018 07:01:35 +0000 (09:01 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Thu, 19 Apr 2018 07:05:35 +0000 (07:05 +0000)
This file uses logging, should explicitly include logging header.

Change-Id: I91182c2ed26e75592ee91316a4ff6b1181fa15ed

src/notification-daemon/ui/Po.cpp

index d18c5b6..10a5d63 100644 (file)
@@ -32,6 +32,7 @@
 #include "Po.h"
 
 #include <exception/ErrnoException.h>
+#include <log/alog.h>
 #include <policy/PkgInfo.h>
 #include <policy/PrivilegeInfo.h>