Fix PCH-less build after the previous commit

Include wx/textctrl.h to get wxTE_PASSWORD definition.
This commit is contained in:
Vadim Zeitlin 2016-06-28 15:38:49 +02:00
parent 3dc54df247
commit 83489d6ca1

View File

@ -27,6 +27,7 @@
#ifndef WX_PRECOMP
#include "wx/window.h"
#include "wx/dataobj.h"
#include "wx/textctrl.h" // Only needed for wxTE_PASSWORD.
#endif //WX_PRECOMP
#include "wx/textentry.h"