Fix PCH-less build after the previous commit
Include wx/textctrl.h to get wxTE_PASSWORD definition.
This commit is contained in:
parent
3dc54df247
commit
83489d6ca1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user