Compilation fix for PCH-less build after last commit
Include the headers required by the new code in src/msw/textentry.cpp. See #12613.
This commit is contained in:
parent
5a949efc5c
commit
c697b62d46
1 changed files with 2 additions and 0 deletions
|
|
@ -24,7 +24,9 @@
|
|||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/arrstr.h"
|
||||
#include "wx/event.h"
|
||||
#include "wx/string.h"
|
||||
#include "wx/textctrl.h" // Only for wxTE_PROCESS_XXX constants
|
||||
#endif // WX_PRECOMP
|
||||
|
||||
#if wxUSE_TEXTCTRL || wxUSE_COMBOBOX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue