From a8d34c2ead7406f0b0f41b5fbe0781d1fe7dff5c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 13:34:06 -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 510b7c8..9bb14fe 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -12,6 +12,7 @@ ************************************/ #pragma once +#include "esphome/core/component.h" #include "SoftwareSerial.h"