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

Made change for C++17 #222

Closed theblackwidower closed 3 years ago

theblackwidower commented 3 years ago

When compiling for C++17, was getting an error about the to_string method not existing in json_wrapper.cpp. Detailed in issue #221. Fixed it by adding the necessary import statement to the file.