diff options
Diffstat (limited to 'src/gui/inttextbox.h')
-rw-r--r-- | src/gui/inttextbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/inttextbox.h b/src/gui/inttextbox.h index 8fc8e404..922ef4c5 100644 --- a/src/gui/inttextbox.h +++ b/src/gui/inttextbox.h @@ -24,6 +24,8 @@ #include "textbox.h" +#include "../guichanfwd.h" + /** * TextBox which only accepts numbers as input. */ |