Fix missing chrono include on some STL implementations (#92)

This commit is contained in:
Wiseguy 2025-03-05 21:22:51 -05:00 committed by GitHub
parent a7b9470f92
commit 52ee0a675f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@
#include <cassert>
#include <stdexcept>
#include <span>
#include <chrono>
#undef MOODYCAMEL_DELETE_FUNCTION
#define MOODYCAMEL_DELETE_FUNCTION = delete