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.
This commit is contained in:
DoctorNoobingstoneIPresume 2024-02-26 03:13:12 +02:00 committed by Vadim Zeitlin
parent 9bae1046c7
commit ccc64326fc

View file

@ -16,6 +16,7 @@
#include <wx/xml/xml.h>
#include <wx/platinfo.h>
#include <wx/log.h>
#include <wx/hashmap.h>
/*