Declare TopicTreeMessage and TopicTreeBigMessage prior to use (#1507)
Co-authored-by: Jun Woo Shin <jwoos@meta.com>
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
namespace uWS {
|
||||
|
||||
template <bool, bool, typename> struct WebSocket;
|
||||
struct TopicTreeMessage;
|
||||
struct TopicTreeBigMessage;
|
||||
|
||||
/* todo: this looks identical to WebSocketBehavior, why not just std::move that entire thing in? */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user