summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorHyeongseok Oh <hseok82.oh@samsung.com>2023-12-20 16:06:21 +0900
committerChunseok Lee <chunseok.lee@samsung.com>2023-12-21 13:29:07 +0900
commit4dbced9c5c7b5a2dfaf5e7f0f549eaa6f83fbc6a (patch)
treeb8356f2ce201a029d50eb04104187940165a6c43 /compiler
parentbec0df756731c2185402f42148127c024f7ac087 (diff)
downloadnnfw-4dbced9c5c7b5a2dfaf5e7f0f549eaa6f83fbc6a.tar.gz
nnfw-4dbced9c5c7b5a2dfaf5e7f0f549eaa6f83fbc6a.tar.bz2
nnfw-4dbced9c5c7b5a2dfaf5e7f0f549eaa6f83fbc6a.zip
- enable risc-v 64bit tizen build Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
Diffstat (limited to 'compiler')
-rw-r--r--compiler/pp/include/pp/IndentedStringBuilder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/pp/include/pp/IndentedStringBuilder.h b/compiler/pp/include/pp/IndentedStringBuilder.h
index 2655aff05..fabefe988 100644
--- a/compiler/pp/include/pp/IndentedStringBuilder.h
+++ b/compiler/pp/include/pp/IndentedStringBuilder.h
@@ -19,6 +19,8 @@
#include "pp/Format.h"
+#include <cstdint>
+
namespace pp
{