projects
/
platform
/
adaptation
/
npu
/
trix-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f88dd19
)
[FIX] add missed include
accepted/tizen/unified/dev/20230726.115458
author
Jiho 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
patch
|
blob
|
history
diff --git
a/src/core/utils/ne-utils.cc
b/src/core/utils/ne-utils.cc
index 3f240f824feb300889d8c0e4206ab33a6b55eba4..48e94aa73e34d977801006d9fb8de34566eee483 100644
(file)
--- a/
src/core/utils/ne-utils.cc
+++ b/
src/core/utils/ne-utils.cc
@@
-14,6
+14,7
@@
#include <sys/timeb.h>
#include <assert.h>
#include <stdarg.h>
+#include <string>
#include "ne-utils.h"
#include "ne-conf.h"