mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 13:44:38 +02:00
10 lines
263 B
Diff
10 lines
263 B
Diff
--- a/caffe2/utils/string_utils.cc 2024-09-05 08:29:06.930438069 +0200
|
|
+++ b/caffe2/utils/string_utils.cc 2024-09-05 08:29:28.398137596 +0200
|
|
@@ -3,6 +3,7 @@
|
|
#include <algorithm>
|
|
#include <sstream>
|
|
#include <vector>
|
|
+#include <cstdint>
|
|
|
|
namespace caffe2 {
|
|
|