diff --git a/src/App.cpp b/src/App.cpp index d3330dc2..53c10f21 100644 --- a/src/App.cpp +++ b/src/App.cpp @@ -50,6 +50,7 @@ #ifndef XMRIG_NO_HTTPD # include "api/Httpd.h" +# include "api/Api.h" #endif @@ -300,4 +301,4 @@ void App::onCommandReceived(uv_async_t* async) case ControlCommand::PUBLISH_CONFIG:; break; } -} \ No newline at end of file +}