mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-05 00:12:27 +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 <filesystem>
|
||||||
|
#include <mutex>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <ultramodern/files.hpp>
|
#include <ultramodern/files.hpp>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue