projects
/
platform
/
core
/
appfw
/
component-based-application.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cf1cd9
)
Include missing header file
74/223574/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 31 Jan 2020 02:32:38 +0000
(11:32 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 31 Jan 2020 02:32:38 +0000
(11:32 +0900)
Change-Id: Id06c144ef143e763a9dbe07d324254e50ec0cb85
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
component_based/base/service_component.cc
patch
|
blob
|
history
diff --git
a/component_based/base/service_component.cc
b/component_based/base/service_component.cc
index 0e196414f450df962d800b3c733f457a83c29014..19634624043ace0ddaeb5bc811d8dcf1d31baf55 100644
(file)
--- a/
component_based/base/service_component.cc
+++ b/
component_based/base/service_component.cc
@@
-16,6
+16,7
@@
#include <memory>
+#include "component_based/base/dlog_internal.h"
#include "component_based/base/service_component.h"
namespace component_based {