From 20c2ac3e635a4dc36ff92d501ecb04a349273982 Mon Sep 17 00:00:00 2001 From: Dmytro Bogovych Date: Thu, 17 Oct 2024 10:25:31 +0300 Subject: [PATCH] - fix compilation on newer gcc --- src/engine/helper/HL_String.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/engine/helper/HL_String.h b/src/engine/helper/HL_String.h index 15f52764..21b2e45a 100644 --- a/src/engine/helper/HL_String.h +++ b/src/engine/helper/HL_String.h @@ -15,6 +15,7 @@ #define stricmp strcasecmp #endif +#include class strx {