summaryrefslogtreecommitdiff
path: root/notification-ex/app_control_action.cc
diff options
context:
space:
mode:
Diffstat (limited to 'notification-ex/app_control_action.cc')
-rw-r--r--notification-ex/app_control_action.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/notification-ex/app_control_action.cc b/notification-ex/app_control_action.cc
index d58c8d7..2aa94b6 100644
--- a/notification-ex/app_control_action.cc
+++ b/notification-ex/app_control_action.cc
@@ -17,6 +17,8 @@
#include <dlog.h>
#include <app_control_internal.h>
+#include <string>
+
#include "notification-ex/app_control_action.h"
#include "notification-ex/app_control_action_implementation.h"
#include "notification-ex/exception.h"
@@ -143,5 +145,5 @@ app_control_h AppControlAction::GetAppControl() const {
return impl_->control_;
}
-} //namespace item
-} //namespace notification
+} // namespace item
+} // namespace notification