nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/include/onnxruntime/core/framework/tensor_shape.h b/include/onnxruntime/core/framework/tensor_shape.h
2index d4ee4a0e5e..c33bea9cf7 100644
3--- a/include/onnxruntime/core/framework/tensor_shape.h
4+++ b/include/onnxruntime/core/framework/tensor_shape.h
5@@ -8,6 +8,7 @@
6 #include <iosfwd>
7 #include <string>
8 #include <vector>
9+#include <cstdint>
10
11 #include <gsl/gsl>
12 #include "core/common/inlined_containers_fwd.h"
13diff --git a/onnxruntime/test/perftest/strings_helper.h b/onnxruntime/test/perftest/strings_helper.h
14index d6c6f6112a..8580c86db6 100644
15--- a/onnxruntime/test/perftest/strings_helper.h
16+++ b/onnxruntime/test/perftest/strings_helper.h
17@@ -7,6 +7,7 @@
18 #include <unordered_map>
19 #include <unordered_set>
20 #include <vector>
21+#include <cstdint>
22
23 namespace onnxruntime {
24 namespace perftest {