Skip to content

Commit c5d1416

Browse files
authored
[WebGPU] fix compile on latest 24.02 (microsoft#24364)
1 parent aa87e34 commit c5d1416

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

onnxruntime/core/providers/webgpu/nn/activation_util.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#pragma once
55

66
#include <string>
7+
#include <cinttypes>
78

89
namespace onnxruntime {
910
namespace webgpu {
@@ -12,4 +13,4 @@ extern std::string TypeSnippet(uint32_t component, std::string data_type);
1213
extern std::string BiasSnippet(bool has_bias);
1314

1415
} // namespace webgpu
15-
} // namespace onnxruntime
16+
} // namespace onnxruntime

0 commit comments

Comments
 (0)