diff --git a/esp3d/esp3d.cpp b/esp3d/esp3d.cpp index 20873bd3..8adb1565 100644 --- a/esp3d/esp3d.cpp +++ b/esp3d/esp3d.cpp @@ -41,6 +41,7 @@ #include "webinterface.h" #include "command.h" #ifdef ARDUINO_ARCH_ESP8266 +#include #include "ESP8266WiFi.h" #if defined (ASYNCWEBSERVER) #include