mirror of https://github.com/n64decomp/sm64.git
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 New Issue