main: added bool library

This commit is contained in:
Charlez Kwan 2020-01-16 15:32:21 +01:00
parent adb926a5e7
commit 055a7d0e67

View file

@ -48,6 +48,7 @@
#include "GUI_Paint.h" #include "GUI_Paint.h"
#include "ImageData.h" #include "ImageData.h"
#include <stdlib.h> #include <stdlib.h>
#include <stdbool.h>
/* USER CODE END Includes */ /* USER CODE END Includes */
/* Private typedef -----------------------------------------------------------*/ /* Private typedef -----------------------------------------------------------*/