From d8f93c76adba9555be68e70df8716ff06a4a8f76 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Thu, 19 Oct 2023 21:22:41 +0100 Subject: [PATCH] fix incldue --- components/BalboaGL/climate/BalboaGLClimate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/BalboaGL/climate/BalboaGLClimate.cpp b/components/BalboaGL/climate/BalboaGLClimate.cpp index e5b7beb..7209762 100644 --- a/components/BalboaGL/climate/BalboaGLClimate.cpp +++ b/components/BalboaGL/climate/BalboaGLClimate.cpp @@ -1,5 +1,6 @@ #include #include "BalboaGLClimate.h" +#include "../ESPBalboaGL.h" using namespace esphome;