From 41da8b54ed619ea869ca286cd8ec02e105e21c19 Mon Sep 17 00:00:00 2001 From: Adam NAILI Date: Sun, 31 Dec 2017 15:00:23 +0100 Subject: Implementing all kinds of buttons. Rendering to fix --- include/gui/textview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/gui/textview.h') diff --git a/include/gui/textview.h b/include/gui/textview.h index 7a07eb3..7414336 100644 --- a/include/gui/textview.h +++ b/include/gui/textview.h @@ -1,6 +1,8 @@ #ifndef UPEM_MORPHING_TEXTVIEW #define UPEM_MORPHING_TEXTVIEW +#include "component.h" + /** * File: textview.h */ -- cgit v1.2.3