mirror of
https://github.com/open-goal/jak-project
synced 2026-09-05 10:57:28 -04:00
Added missing <algorithm> header to fix compiler error. (#4396)
When compiling today, I had this error on Arch Linux x86-64 due to the missing <algorithm> header. <img width="1952" height="1079" alt="Screenshot from 2026-08-27 22-53-33" src="https://github.com/user-attachments/assets/c0101a23-ac2a-40a5-a1b9-b1e926e600a7" /> Adding the header fixes it. --------- Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@
|
||||
|
||||
#include <sys/mman.h>
|
||||
#if defined(__APPLE__) && defined(__aarch64__)
|
||||
#include <mach/mach.h>
|
||||
#include <mach/mach_vm.h>
|
||||
#include "mach/mach.h"
|
||||
#include "mach/mach_vm.h"
|
||||
#endif
|
||||
#elif _WIN32
|
||||
#include <io.h>
|
||||
|
||||
Reference in New Issue
Block a user