From: Wander Lairson Costa Date: Mon, 13 Jul 2020 19:14:56 +0000 (-0300) Subject: tree-node.h: Include string header file X-Git-Tag: dali_1.9.21~2^2~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=4169c7ead3cf9ae6ff029659247565b2615f4120;ds=sidebyside tree-node.h: Include string header file msvc compiler complains about using std::string without the proper inclusion of the header file. Change-Id: Ic6a1d6e9745cb99822e61304f47285ecbaef0bc7 --- diff --git a/dali-toolkit/devel-api/builder/tree-node.h b/dali-toolkit/devel-api/builder/tree-node.h index e62c658..98f95b9 100644 --- a/dali-toolkit/devel-api/builder/tree-node.h +++ b/dali-toolkit/devel-api/builder/tree-node.h @@ -21,6 +21,7 @@ // EXTERNAL INCLUDES #include // pair #include +#include #include namespace Dali