From: arighi Date: Mon, 28 Dec 2009 11:24:04 +0000 (+0000) Subject: explicitly include compiler.h to be sure all stdint types are defined X-Git-Tag: 2.4.0~67 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=09c894484fefb2448d9049f87021f2e3bf6c9229;p=bertos.git explicitly include compiler.h to be sure all stdint types are defined This fix the following build bug: In file included from bertos/emul/emulwin.cpp:43: bertos/drv/lcd_gfx_qt.h:74: error: ‘uint8_t’ has not been declared make: *** [obj/demo/bertos/emul/emulwin.o] Error 1 git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3130 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/lcd_gfx_qt.h b/bertos/drv/lcd_gfx_qt.h index c74b7883..f1bb4e93 100644 --- a/bertos/drv/lcd_gfx_qt.h +++ b/bertos/drv/lcd_gfx_qt.h @@ -39,6 +39,9 @@ #ifndef DRV_LCD_GFX_QT_H #define DRV_LCD_GFX_QT_H +// uint8_t +#include + #include #include