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..42f8d187 100644 --- a/src/gui/passwordfield.h +++ b/src/gui/passwordfield.h @@ -22,6 +22,8 @@ #ifndef PASSWORDFIELD_H #define PASSWORDFIELD_H +#include <string> + #include "textfield.h" /** @@ -29,7 +31,8 @@ * * \ingroup GUI */ -class PasswordField : public TextField { +class PasswordField : public TextField +{ public: /** * Constructor, initializes the password field with the given string. |