summaryrefslogtreecommitdiff
path: root/src/gui/widgets/playerbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/playerbox.h')
-rw-r--r--src/gui/widgets/playerbox.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/widgets/playerbox.h b/src/gui/widgets/playerbox.h
index 5f9d3c54a..9f9a784ec 100644
--- a/src/gui/widgets/playerbox.h
+++ b/src/gui/widgets/playerbox.h
@@ -23,6 +23,8 @@
#ifndef PLAYERBOX_H
#define PLAYERBOX_H
+#include "gui/widgets/widget2.h"
+
#include <guichan/widgets/scrollarea.hpp>
#include "graphics.h"
@@ -38,7 +40,8 @@ class Skin;
*
* \ingroup GUI
*/
-class PlayerBox final : public gcn::ScrollArea
+class PlayerBox final : public gcn::ScrollArea,
+ public Widget2
{
public:
/**