summaryrefslogtreecommitdiff
path: root/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch')
-rw-r--r--sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
index 41a1ace42dc7..e445dc9effdb 100644
--- a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
+++ b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
@@ -62,3 +62,13 @@
endif()
endif()
+--- a/gloo/transport/tcp/device.cc 2022-08-02 11:25:32.404166606 +0200
++++ b/gloo/transport/tcp/device.cc 2022-08-02 11:25:48.706963018 +0200
+@@ -12,6 +12,7 @@
+ #include <netdb.h>
+ #include <netinet/in.h>
+ #include <string.h>
++#include <array>
+
+ #include "gloo/common/linux.h"
+ #include "gloo/common/logging.h"