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 Mr-Wiseguy
parent 6ffd6b8856
commit 0ff3d0ee3f

View file

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