From c4fef61fab3227ccfe45557b97fff59883185910 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 13:40:48 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index 955fbc4..d925bcb 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -14,6 +14,7 @@ #pragma once #include "esphome/core/component.h" #include "esphome/core/preferences.h" +#include #include "SoftwareSerial.h"