mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2025-10-30 08:02:29 +00:00
Fix missing chrono include on some STL implementations (#92)
This commit is contained in:
parent
a7b9470f92
commit
52ee0a675f
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include <cassert>
|
||||
#include <stdexcept>
|
||||
#include <span>
|
||||
#include <chrono>
|
||||
|
||||
#undef MOODYCAMEL_DELETE_FUNCTION
|
||||
#define MOODYCAMEL_DELETE_FUNCTION = delete
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue