[FIX] add missed include accepted/tizen/unified/dev/20230726.115458
authorJiho Chu <jiho.chu@samsung.com>
Wed, 28 Jun 2023 10:40:26 +0000 (19:40 +0900)
committer추지호/SoC Architecture팀(SR)/삼성전자 <jiho.chu@samsung.com>
Thu, 29 Jun 2023 01:56:57 +0000 (10:56 +0900)
Type checking error occurs while compiling with gcc-13.

Signed-off-by: Jiho Chu <jiho.chu@samsung.com>
src/core/utils/ne-utils.cc

index 3f240f824feb300889d8c0e4206ab33a6b55eba4..48e94aa73e34d977801006d9fb8de34566eee483 100644 (file)
@@ -14,6 +14,7 @@
 #include <sys/timeb.h>
 #include <assert.h>
 #include <stdarg.h>
+#include <string>
 
 #include "ne-utils.h"
 #include "ne-conf.h"