From 165378626fcb8a2133de834ad8463713e455ce79 Mon Sep 17 00:00:00 2001 From: Max Prokhorov Date: Wed, 18 Sep 2019 17:52:14 +0300 Subject: [PATCH] util: include Updater.h --- code/espurna/config/prototypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/code/espurna/config/prototypes.h b/code/espurna/config/prototypes.h index 11978cd6b3..2eaec59986 100644 --- a/code/espurna/config/prototypes.h +++ b/code/espurna/config/prototypes.h @@ -221,6 +221,7 @@ void mqttSendStatus(); // OTA // ----------------------------------------------------------------------------- +#include #include #if OTA_CLIENT == OTA_CLIENT_ASYNCTCP