aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/gwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin/gwidget.h')
-rw-r--r--include/gwin/gwidget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gwin/gwidget.h b/include/gwin/gwidget.h
index 493485b3..a18d69b6 100644
--- a/include/gwin/gwidget.h
+++ b/include/gwin/gwidget.h
@@ -300,5 +300,9 @@ bool_t gwinAttachListener(GListener *pl);
#include "gwin/list.h"
#endif
+#if GWIN_NEED_PROGRESSBAR || defined(__DOXYGEN__)
+ #include "gwin/progressbar.h"
+#endif
+
#endif /* _GWIDGET_H */
/** @} */