include stdbool

This commit is contained in:
Mischa Spiegelmock 2025-03-23 16:00:26 -07:00
parent aea30c5ed9
commit b9fce40eb9

View File

@ -28,6 +28,7 @@
#include "projectM-4/playlist_types.h"
#include <stdint.h>
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {