Include bundle_internal.h for internal bundle apis 13/54313/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 15 Dec 2015 01:36:10 +0000 (10:36 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 15 Dec 2015 01:36:10 +0000 (10:36 +0900)
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 <h.jhun@samsung.com>
src/messageport/messageport_instance.cc

index f821f37..cfc2370 100755 (executable)
@@ -19,6 +19,7 @@
 #include <functional>
 #include <vector>
 #include <string>
+#include <bundle_internal.h>
 
 #include "common/picojson.h"
 #include "common/logger.h"