From 3aeb2767f99aeefdecd5287f33f8f60967bd7b1d Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Thu, 26 Oct 2023 13:49:23 +0000 Subject: [PATCH] Add #include to transport/tcp/unbound_buffer.h This file uses std::exception_ptr, but fails to include the header that defines it, causing build failures in some enviroments. --- gloo/transport/tcp/unbound_buffer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gloo/transport/tcp/unbound_buffer.h b/gloo/transport/tcp/unbound_buffer.h index e4ad92c63..b0ac0ac20 100644 --- a/gloo/transport/tcp/unbound_buffer.h +++ b/gloo/transport/tcp/unbound_buffer.h @@ -12,6 +12,7 @@ #include "gloo/transport/unbound_buffer.h" #include +#include #include #include