mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-10 19:01:53 +00:00
Fix missing chrono include
This commit is contained in:
parent
0afeb089a5
commit
2abe309b60
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