tree-node.h: Include string header file 03/238603/2
authorWander Lairson Costa <wander.lairson@gmail.com>
Mon, 13 Jul 2020 19:14:56 +0000 (16:14 -0300)
committerVictor Cebollada <v.cebollada@samsung.com>
Wed, 15 Jul 2020 10:36:44 +0000 (11:36 +0100)
msvc compiler complains about using std::string without the proper
inclusion of the header file.

Change-Id: Ic6a1d6e9745cb99822e61304f47285ecbaef0bc7

dali-toolkit/devel-api/builder/tree-node.h

index e62c658..98f95b9 100644 (file)
@@ -21,6 +21,7 @@
 // EXTERNAL INCLUDES
 #include <utility> // pair
 #include <iterator>
+#include <string>
 #include <dali-toolkit/public-api/dali-toolkit-common.h>
 
 namespace Dali