Skip to content

Commit 8bc1e04

Browse files
committed
Add #include <exception> for std::exception_ptr
Without the patch the file fails to compile with latest libc++ (https://reviews.llvm.org/D146097).
1 parent 56b221c commit 8bc1e04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gloo/transport/tcp/unbound_buffer.h

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "gloo/transport/unbound_buffer.h"
1313

1414
#include <condition_variable>
15+
#include <exception>
1516
#include <memory>
1617
#include <mutex>
1718

0 commit comments

Comments
 (0)