Skip to content

Commit

Permalink
Add missing condition_variable header.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarlas committed Apr 26, 2024
1 parent 263a3d5 commit b99acee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net/Channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <queue>
#include <optional>
#include <mutex>
#include <condition_variable>

namespace trippin {
template<class T>
Expand Down

0 comments on commit b99acee

Please sign in to comment.