diff options
Diffstat (limited to 'src/gui/passwordfield.h')
-rw-r--r-- | src/gui/passwordfield.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/passwordfield.h b/src/gui/passwordfield.h index bc50e267..42f8d187 100644 --- a/src/gui/passwordfield.h +++ b/src/gui/passwordfield.h @@ -22,9 +22,9 @@ #ifndef PASSWORDFIELD_H #define PASSWORDFIELD_H -#include "textfield.h" +#include <string> -#include "../guichanfwd.h" +#include "textfield.h" /** * A password field. |