diff --git a/wled00/FX.h b/wled00/FX.h index 98a7f7bb..1d24b885 100644 --- a/wled00/FX.h +++ b/wled00/FX.h @@ -25,6 +25,8 @@ void endImagePlayback(Segment *seg); // implemented in image_loader.c #define USE_GET_MILLISECOND_TIMER #include "FastLED.h" +#include "colors.h" // include CHSV32 class by @dedehai + // WLEDMM strip.sPC() needs to know "busses", so we pull in the declarition #include "pin_manager.h" // BusManager needs to know pinManager #include "bus_manager.h"