We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78fce9 commit 6597045Copy full SHA for 6597045
runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp
@@ -11,6 +11,8 @@
11
#include <executorch/runtime/platform/assert.h>
12
13
#include <cinttypes>
14
+#include <cstdio> // For snprintf.
15
+#include <cstring>
16
17
namespace executorch::runtime {
18
namespace {
0 commit comments