From 576d5021fd9f9037b0319757f993f5827c0fe1dd Mon Sep 17 00:00:00 2001 From: Chris Debenham Date: Thu, 24 Oct 2019 23:13:50 +1100 Subject: [PATCH] Add missing include - fixes missing GPIOPin definition (#794) --- esphome/components/sm16716/sm16716.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/sm16716/sm16716.h b/esphome/components/sm16716/sm16716.h index fe534d93fe..85f78c8cf5 100644 --- a/esphome/components/sm16716/sm16716.h +++ b/esphome/components/sm16716/sm16716.h @@ -1,6 +1,7 @@ #pragma once #include "esphome/core/component.h" +#include "esphome/core/esphal.h" #include "esphome/components/output/float_output.h" namespace esphome {