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:
parent
baa9a28eb0
commit
65bf966e3c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue