widget/menue_target.h: add possible required includes

If this file is included as single without menue.h build could be break,
beecause of missing includes for some types. This should fix this.
In many source files still menue.h is included, so this is not noticeable.
This commit is contained in:
2017-11-16 19:07:39 +01:00
parent c4a59375b3
commit 7370c4c557

View File

@@ -22,7 +22,8 @@
#ifndef __MENU_TARGET__
#define __MENU_TARGET__
#include <string>
#include <driver/framebuffer.h>
class CMenuTarget
{