diff options
Diffstat (limited to 'src/gui/passwordfield.h')
-rw-r--r-- | src/gui/passwordfield.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/passwordfield.h b/src/gui/passwordfield.h index d6082e3f..e01bedbd 100644 --- a/src/gui/passwordfield.h +++ b/src/gui/passwordfield.h @@ -24,12 +24,15 @@ #include "textfield.h" +#include "../guichanfwd.h" + /** * A password field. * * \ingroup GUI */ -class PasswordField : public TextField { +class PasswordField : public TextField +{ public: /** * Constructor, initializes the password field with the given string. |