]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/utilscmn.cpp
better learn the operators...
[wxWidgets.git] / src / common / utilscmn.cpp
index 1e70d44ab96482c394c02d1579b06e0bec8e542c..f9f3116ca3e0ab958acea3b01aea9fdd09e105d5 100644 (file)
@@ -41,6 +41,7 @@
         #include "wx/menu.h"
         #include "wx/msgdlg.h"
         #include "wx/textdlg.h"
+        #include "wx/textctrl.h"    // for wxTE_PASSWORD
         #if wxUSE_ACCEL
             #include "wx/menuitem.h"
             #include "wx/accel.h"
@@ -1295,3 +1296,5 @@ long wxExecute(const wxString& command,
 {
     return wxDoExecuteWithCapture(command, output, &error);
 }
+
+