Explicitly include wx/wxcrt.h from wxMSW wxUILocale

This header is needed here as the code uses wxStrlcpy() declared in it,
so include it directly instead of relying on it being included
indirectly via wx/hashmap.h.
This commit is contained in:
Vadim Zeitlin 2023-04-18 00:40:47 +01:00
parent baa9a28eb0
commit 65bf966e3c

View file

@ -27,6 +27,7 @@
#include "wx/scopedarray.h"
#include "wx/dynlib.h"
#include "wx/wxcrt.h"
#ifndef LOCALE_NAME_USER_DEFAULT
#define LOCALE_NAME_USER_DEFAULT nullptr