fixes compilation error in rtttl (#2357)

Compilation error for millis() and delay() after #2303
This commit is contained in:
Martin 2021-09-20 22:13:46 +02:00 committed by GitHub
parent 250bf3f054
commit bac58bba4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
#include "rtttl.h"
#include "esphome/core/hal.h"
#include "esphome/core/log.h"
namespace esphome {