cc_types: add #include <driver/fb_generic.h>

user report: 	try to fix error: »fb_pixel_t« discribes no type

This is a bit strange because this data type
is global configured, see configure.ac
This commit is contained in:
2018-01-20 17:49:57 +01:00
parent 64d5101be0
commit 38fa0f8fb9

View File

@@ -29,6 +29,7 @@
#include <stdint.h>
#include <system/localize.h>
#include <driver/neutrino_msg_t.h>
#include <driver/fb_generic.h>
#include <gui/color_custom.h>
#include <vector>
#include <sys/types.h>