From a9ece90f7424da4d4aa08d5fa8eaba3faa69990e Mon Sep 17 00:00:00 2001 From: Chlorobyte <18270989+Chlorobyte-but-real@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:17:56 +0200 Subject: [PATCH] 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 --- tools/armips.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/armips.cpp b/tools/armips.cpp index 271bf558..4c59cd05 100644 --- a/tools/armips.cpp +++ b/tools/armips.cpp @@ -52,6 +52,7 @@ SOFTWARE. #include #include #include +#include #include #include #include