mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-04-25 19:43:55 +00:00
Add missing <algorithm> include for some platforms
This commit is contained in:
parent
4d131ab530
commit
81429c699a
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include <algorithm>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
#include "fmt/format.h"
|
#include "fmt/format.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue