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:
parent
9bae1046c7
commit
ccc64326fc
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
#include <wx/xml/xml.h>
|
||||
#include <wx/platinfo.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/hashmap.h>
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue