Fix gcc-13 compile error (std::vector include) 50/299950/1
authorEunki Hong <eunkiki.hong@samsung.com>
Thu, 12 Oct 2023 13:18:47 +0000 (22:18 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Thu, 12 Oct 2023 13:18:47 +0000 (22:18 +0900)
Change-Id: I33ce58c0ee7862d2c5086b3f933128b38a3860ad
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
dali-toolkit/devel-api/controls/text-controls/text-label-devel.h

index d9edbb4..379fba5 100644 (file)
@@ -18,6 +18,9 @@
  *
  */
 
+// EXTERNAL INCLUDES
+#include <dali/public-api/common/vector-wrapper.h>
+
 // INTERNAL INCLUDES
 #include <dali-toolkit/public-api/controls/text-controls/text-label.h>