refactor(eventsub): conditionally use Howard's date lib (#6048)
Co-authored-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include <boost/json.hpp>
|
||||
|
||||
#include <chrono>
|
||||
#include <sstream>
|
||||
|
||||
namespace chatterino::eventsub::lib {
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -15,6 +15,7 @@ enum class Kind : int {
|
||||
InnerRootMissing,
|
||||
NoMessageHandler,
|
||||
UnknownVariant,
|
||||
BadTimeFormat,
|
||||
};
|
||||
|
||||
class ApplicationErrorCategory final : public boost::system::error_category
|
||||
|
||||
Reference in New Issue
Block a user