Skip to content

Commit

Permalink
Fix includes for bridge.h
Browse files Browse the repository at this point in the history
bridge.h was relying on its user to provide the definition of the
Channel class. This fixes it by including it where it's used.
  • Loading branch information
mredd committed Mar 31, 2021
1 parent 795f32d commit d38cd5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aricpp/bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#define ARICPP_BRIDGE_H_

#include <string>
#include "channel.h"
#include "client.h"
#include "method.h"
#include "playback.h"
Expand Down

0 comments on commit d38cd5d

Please sign in to comment.