From 38fa0f8fb99dbfdb1f198d8573fe4290047a91d7 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 20 Jan 2018 17:49:57 +0100 Subject: [PATCH] cc_types: add #include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/gui/components/cc_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/components/cc_types.h b/src/gui/components/cc_types.h index 2bd3e6eaf..8cd862312 100644 --- a/src/gui/components/cc_types.h +++ b/src/gui/components/cc_types.h @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include