summaryrefslogtreecommitdiff
path: root/sci-libs/gloo/files/gloo-2023.12.03-gcc15.patch
blob: d68b4e551053f8a699c4687a69aa944aef05facc (plain)
1
2
3
4
5
6
7
8
9
10
--- a/gloo/types.h	2024-09-06 22:05:07.308213847 +0200
+++ b/gloo/types.h	2024-09-06 22:05:32.598941783 +0200
@@ -5,6 +5,7 @@
 #pragma once
 
 #include <iostream>
+#include <cstdint>
 
 #ifdef __CUDA_ARCH__
 #include <cuda.h>