From 3e549527255dcec8c5845ecdc8eb573102d64c2b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 20:02:03 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 4c8d7bd..4d95c8a 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -13,6 +13,8 @@ #include "ratgdo.h" #include "esphome/core/log.h" +#include "esphome/components/uart/uart.h" +#include "esphome/core/component.h" namespace esphome { namespace ratgdo {