From 2585c26fce9a353fd7f5a6cd3c8865183f0f7962 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/2015a636dc31ff32ba321d086df10094eba46d6f Author: Thilo Graf Date: 2018-01-20 (Sat, 20 Jan 2018) ------------------ This commit was generated by Migit --- 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