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:
Vadim Zeitlin
2017-12-25 19:29:25 +01:00
parent 5a949efc5c
commit c697b62d46

View File

@@ -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