yourWaifu / sleepy-discord

C++ library for the Discord chat client. Please use Rust for new bots
https://yourWaifu.github.io/sleepy-discord/
MIT License
707 stars 92 forks source link

Updated client.h and added #include <mutex> as it was missing #192

Open KrapnixFootball opened 3 years ago

KrapnixFootball commented 3 years ago

On line 86 of the file which I have added #include std::mutex is being used, without including mutex it causes a compiler error, because namespace std has no member mutex.