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:
@@ -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
|
||||
|
Reference in New Issue
Block a user