Skip to content

Commit

Permalink
Add #include <exception> for std::exception_ptr
Browse files Browse the repository at this point in the history
Without the patch the file fails to compile with latest libc++
(https://reviews.llvm.org/D146097).
  • Loading branch information
MaskRay committed Mar 28, 2023
1 parent 56b221c commit 8bc1e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gloo/transport/tcp/unbound_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "gloo/transport/unbound_buffer.h"

#include <condition_variable>
#include <exception>
#include <memory>
#include <mutex>

Expand Down

0 comments on commit 8bc1e04

Please sign in to comment.