* Fix https://github.com/esphome/issues/issues/658

* Update to gross code style.
This commit is contained in:
C W 2019-09-10 19:37:33 -07:00 committed by Guillermo Ruffino
parent 4118a289a6
commit bd0be41064

View File

@ -7,7 +7,10 @@
#include "StreamString.h"
#include <cstdlib>
#ifdef USE_LOGGER
#include <esphome/components/logger/logger.h>
#endif
namespace esphome {
namespace web_server {