diff --git a/src/RESTAPI/RESTAPI_Routers.cpp b/src/RESTAPI/RESTAPI_Routers.cpp index 01a68a1..e0740ab 100644 --- a/src/RESTAPI/RESTAPI_Routers.cpp +++ b/src/RESTAPI/RESTAPI_Routers.cpp @@ -12,6 +12,7 @@ #include "RESTAPI/RESTAPI_historyHandler.h" #include "framework/RESTAPI_Handler.h" #include "framework/RESTAPI_SystemCommand.h" +#include "framework/RESTAPI_SystemConfiguration.h" #include "framework/RESTAPI_WebSocketServer.h" namespace OpenWifi { @@ -19,7 +20,7 @@ namespace OpenWifi { Poco::Net::HTTPRequestHandler * RESTAPI_ExtRouter(const std::string &Path, RESTAPIHandler::BindingMap &Bindings, Poco::Logger &L, RESTAPI_GenericServerAccounting &S, uint64_t TransactionId) { - return RESTAPI_Router