main: added bool library
This commit is contained in:
parent
adb926a5e7
commit
055a7d0e67
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
#include "GUI_Paint.h"
|
||||
#include "ImageData.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
/* USER CODE END Includes */
|
||||
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in a new issue