aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_widget.h')
-rw-r--r--src/gwin/gwin_widget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gwin/gwin_widget.h b/src/gwin/gwin_widget.h
index 63d73e77..0ed80a84 100644
--- a/src/gwin/gwin_widget.h
+++ b/src/gwin/gwin_widget.h
@@ -377,5 +377,9 @@ bool_t gwinAttachListener(GListener *pl);
#include "gwin_progressbar.h"
#endif
+#if GWIN_NEED_KEYBOARD || defined(__DOXYGEN__)
+ #include "gwin_keyboard.h"
+#endif
+
#endif /* _GWIDGET_H */
/** @} */