diff options
Diffstat (limited to 'src/gui/textpopup.h')
-rw-r--r-- | src/gui/textpopup.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/textpopup.h b/src/gui/textpopup.h index d06315171..dd901d580 100644 --- a/src/gui/textpopup.h +++ b/src/gui/textpopup.h @@ -30,6 +30,11 @@ class TextBox; +namespace gcn +{ + class Label; +} + /** * A popup that displays information about an item. */ |