From: Hwankyu Jhun Date: Tue, 15 Dec 2015 01:36:10 +0000 (+0900) Subject: Include bundle_internal.h for internal bundle apis X-Git-Tag: submit/tizen/20151214.084555~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F54313%2F1;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git Include bundle_internal.h for internal bundle apis Some bundle apis are platform internal apis and we need to include bundle_internal.h to use them Change-Id: Iaa94df5850e1b67af874caa6a33ad3327e2bb116 Signed-off-by: Hwankyu Jhun --- diff --git a/src/messageport/messageport_instance.cc b/src/messageport/messageport_instance.cc index f821f375..cfc2370e 100755 --- a/src/messageport/messageport_instance.cc +++ b/src/messageport/messageport_instance.cc @@ -19,6 +19,7 @@ #include #include #include +#include #include "common/picojson.h" #include "common/logger.h"