Declare TopicTreeMessage and TopicTreeBigMessage prior to use (#1507)

Co-authored-by: Jun Woo Shin <jwoos@meta.com>
This commit is contained in:
Jun Woo Shin
2022-11-01 23:03:37 -04:00
committed by GitHub
parent bba6c9b0cd
commit 2daeff0390
+2
View File
@@ -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? */