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
6ffd6b8856
commit
0ff3d0ee3f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue