From 6fb4fc06c540f60175402caf620231e110e7a914 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 20:02:30 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index 2c868a4..d65f5e3 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -15,6 +15,9 @@ #include "esphome/core/component.h" #include "esphome/core/gpio.h" #include "esphome/core/preferences.h" +#include "esphome/core/log.h" +#include "esphome/components/uart/uart.h" +#include "esphome/core/component.h" #include "SoftwareSerial.h" extern "C" {