explicitly include compiler.h to be sure all stdint types are defined
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 28 Dec 2009 11:24:04 +0000 (11:24 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 28 Dec 2009 11:24:04 +0000 (11:24 +0000)
commit09c894484fefb2448d9049f87021f2e3bf6c9229
tree21d185ab37aa14e69a6d4e14262b2d8fb2373133
parenteec53a0483a101e131d4fa38becaf1c8fb069d5e
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
bertos/drv/lcd_gfx_qt.h