From ccc64326fc7d6c59f316a5d56a2e05f0b19f6660 Mon Sep 17 00:00:00 2001 From: DoctorNoobingstoneIPresume Date: Mon, 26 Feb 2024 03:13:12 +0200 Subject: [PATCH] Compilation fix for ifacecheck Include wx/hashmap.h in utils/ifacecheck/xmlparser.h itself instead of relying in the including file to do it because ifacecheck.cpp did not. Closes #24359. --- utils/ifacecheck/src/xmlparser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/ifacecheck/src/xmlparser.h b/utils/ifacecheck/src/xmlparser.h index 7cfa6a31eb..5bf40e0a38 100644 --- a/utils/ifacecheck/src/xmlparser.h +++ b/utils/ifacecheck/src/xmlparser.h @@ -16,6 +16,7 @@ #include #include #include +#include /*