summaryrefslogtreecommitdiff
path: root/src/gui/slider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/slider.h')
-rw-r--r--src/gui/slider.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/slider.h b/src/gui/slider.h
index 1fe668c5..c14c5be9 100644
--- a/src/gui/slider.h
+++ b/src/gui/slider.h
@@ -24,8 +24,9 @@
#include <guichan/widgets/slider.hpp>
-class Image;
+#include "../guichanfwd.h"
+class Image;
/**
* Slider widget. Same as the Guichan slider but with custom look.