Add missing include - fixes missing GPIOPin definition (#794)

This commit is contained in:
Chris Debenham 2019-10-24 23:13:50 +11:00 committed by Otto Winter
parent 6cd76f00ac
commit 576d5021fd
No known key found for this signature in database
GPG key ID: DB66C0BE6013F97E

View file

@ -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 {