Added missin include to ui.c

This commit is contained in:
Silvano Seva 2020-11-03 21:47:10 +01:00
parent 45849c0f60
commit 5ba7563638
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@
#include "graphics.h"
#include "rtc.h"
#include "platform.h"
#include "hwconfig.h"
typedef struct layout_t
{