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.


Origin commit data
------------------
Commit: 7370c4c557
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-11-16 (Thu, 16 Nov 2017)
This commit is contained in:
2017-11-16 19:07:39 +01:00
parent d3e1d344c5
commit 72325d1df7

View File

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