From c9825c8f9b57775dd6628b0abad4a9469e9b1658 Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Fri, 6 Nov 2020 23:41:38 +0100 Subject: [PATCH] Give path in effects/animation.h to also work on case-insensitive file systems. --- include/effects/animation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/effects/animation.h b/include/effects/animation.h index 81cacf9..d722432 100644 --- a/include/effects/animation.h +++ b/include/effects/animation.h @@ -3,7 +3,7 @@ #include "Effect.h" #include "prototypes.h" #include "my_fastled.h" -#include "Animation.h" +#include "../Animation.h" class AnimationEffect : public Effect { private: