summaryrefslogtreecommitdiff
path: root/src/gui/widgets/desktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/desktop.h')
-rw-r--r--src/gui/widgets/desktop.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/gui/widgets/desktop.h b/src/gui/widgets/desktop.h
index e4edc8857..4e8e77003 100644
--- a/src/gui/widgets/desktop.h
+++ b/src/gui/widgets/desktop.h
@@ -22,14 +22,17 @@
#ifndef DESKTOP_H
#define DESKTOP_H
-#include "guichanfwd.h"
-
#include "gui/widgets/container.h"
#include <guichan/widgetlistener.hpp>
class Image;
+namespace gcn
+{
+ class Label;
+}
+
/**
* Desktop widget, for drawing a background image and color.
*