mirror of
https://github.com/n64decomp/sm64
synced 2026-04-24 08:03:40 +00:00
Fix armips build on GCC 15
GCC 15 complains about this header missing, so fix that. Build still works on GCC 14 after this change
This commit is contained in:
parent
9921382a68
commit
a9ece90f74
|
|
@ -52,6 +52,7 @@ SOFTWARE.
|
|||
#include <vector>
|
||||
#include <cstdlib>
|
||||
#include <cstdarg>
|
||||
#include <cstdint>
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
#include <cmath>
|
||||
|
|
|
|||
Loading…
Reference in a new issue