From 0b121781df6596beb61aa8351059035b2b24ec67 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Sun, 3 Aug 2025 10:40:19 +0200 Subject: [PATCH] Fix compile --- base/tools/amake/alang.h | 1 + 1 file changed, 1 insertion(+) diff --git a/base/tools/amake/alang.h b/base/tools/amake/alang.h index 8df3afd3..b4f97b5a 100644 --- a/base/tools/amake/alang.h +++ b/base/tools/amake/alang.h @@ -3,6 +3,7 @@ #include #include +#include #define OPCODES_SIZE (1024 * 1024)