mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-10 19:01:53 +00:00
Fix compilation on MacOS x86_64
This commit is contained in:
parent
092e8d50e2
commit
67e7385acd
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include <span>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
||||
#include "librecomp/mods.hpp"
|
||||
#include "librecomp/overlays.hpp"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
#include <optional>
|
||||
#include <mutex>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue