diff --git a/esp32/include/communication/webserver.h b/esp32/include/communication/webserver.h index 9b1272c..f10e83d 100644 --- a/esp32/include/communication/webserver.h +++ b/esp32/include/communication/webserver.h @@ -8,7 +8,7 @@ #include #include #include -#include +#include using HttpGetHandler = std::function; using HttpPostHandler = std::function;