projects
/
platform
/
core
/
appfw
/
libeventsystem.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43e46ea
)
Fix build error
82/318682/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Mon, 7 Oct 2024 04:36:52 +0000
(13:36 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Mon, 7 Oct 2024 04:36:52 +0000
(13:36 +0900)
This patch adds a missing header(algorithm) inclusion.
Change-Id: Ic46fed9c444acbfe30ae89d779761e4fecb3f79e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
modules/group/event_system_service.cc
patch
|
blob
|
history
diff --git
a/modules/group/event_system_service.cc
b/modules/group/event_system_service.cc
index 5daff9f0aec894a620ef86c421686a2ae2a5777a..940024a4abb453175a1a7052b2bafed7e42dab14 100644
(file)
--- a/
modules/group/event_system_service.cc
+++ b/
modules/group/event_system_service.cc
@@
-18,6
+18,8
@@
#include <unistd.h>
+#include <algorithm>
+
#include "certificate_matcher.hh"
#include "eventsystem.h"
#include "log_private.h"