From: Mu-Woong Lee Date: Mon, 27 Jun 2016 04:02:11 +0000 (+0900) Subject: Include Types.h explicitly X-Git-Tag: accepted/tizen/common/20160628.141453^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F76706%2F2;p=platform%2Fcore%2Fapi%2Fcontext.git Include Types.h explicitly Change-Id: I4808e4df5673a80ce9520fc7c96c6cc33014f004 Signed-off-by: Mu-Woong Lee --- diff --git a/packaging/context.spec b/packaging/context.spec index 95474f8..4a9252d 100644 --- a/packaging/context.spec +++ b/packaging/context.spec @@ -1,6 +1,6 @@ Name: context Summary: Tizen Context Framework Native API -Version: 0.9.1 +Version: 0.9.2 Release: 1 Group: Service/Context License: Apache-2.0 diff --git a/src/context_history.cpp b/src/context_history.cpp index 8fe1e12..5f6a3a3 100644 --- a/src/context_history.cpp +++ b/src/context_history.cpp @@ -15,10 +15,11 @@ */ #include +#include #include +#include #include #include -#include #define TYPE_INT 0 #define TYPE_STRING 1 diff --git a/src/context_trigger.cpp b/src/context_trigger.cpp index 0682db0..146136c 100644 --- a/src/context_trigger.cpp +++ b/src/context_trigger.cpp @@ -19,6 +19,7 @@ #include #include #include +#include #include #include @@ -30,7 +31,6 @@ #include #include #include -#include #include "rule_validator.h" #define INITIAL_RULE "{ \"ID\" : -1, \"DESCRIPTION\" : \"\", \"DETAILS\" : { } }"