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:
Chlorobyte 2025-06-16 14:17:56 +02:00 committed by GitHub
parent 9921382a68
commit a9ece90f74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ SOFTWARE.
#include <vector>
#include <cstdlib>
#include <cstdarg>
#include <cstdint>
#include <cctype>
#include <cstring>
#include <cmath>