From 80fb3bfc27cefa124c863f0795474074e7b5c233 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Tue, 15 Dec 2015 10:36:10 +0900 Subject: [PATCH] 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 --- src/messageport/messageport_instance.cc | 1 + 1 file changed, 1 insertion(+) 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" -- 2.34.1