diff --git a/src/common/textentrycmn.cpp b/src/common/textentrycmn.cpp index 642fb9bd04..3ab0b2ab87 100644 --- a/src/common/textentrycmn.cpp +++ b/src/common/textentrycmn.cpp @@ -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"