From 08f3e890bd035cf18991e680d0859c5f306bae85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Gr=C3=A4f?= Date: Mon, 2 Jul 2018 10:39:34 +0200 Subject: [PATCH] Fixed with API build --- src/App.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}