Skip to content

Commit

Permalink
Update TopicTree.h (#1797)
Browse files Browse the repository at this point in the history
Missing header file "exception". This causes an issue on at least MacOS when including the Websocket.h header file.
  • Loading branch information
ArielSaldana authored Oct 26, 2024
1 parent 5f44b96 commit cb4d9e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TopicTree.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <functional>
#include <set>
#include <string>
#include <exception>

namespace uWS {

Expand Down

0 comments on commit cb4d9e6

Please sign in to comment.