Skip to content

Commit

Permalink
Merge pull request #46 from rbfx/master
Browse files Browse the repository at this point in the history
Fix missing include in channel.hpp
  • Loading branch information
paullouisageneau authored Nov 30, 2023
2 parents 6679610 + 1807f1b commit a220a36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wasm/include/rtc/channel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

#include "common.hpp"

#include <functional>

namespace rtc {

class Channel {
Expand Down

0 comments on commit a220a36

Please sign in to comment.