mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-02-02 19:56:13 +00:00
include <mutex> to fix windows build
This commit is contained in:
parent
af3e3aaea0
commit
127ac961d2
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include <filesystem>
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
#include <ultramodern/files.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue