Fixed with API build

This commit is contained in:
Ben Gräf 2018-07-02 10:39:34 +02:00 committed by GitHub
parent c7f133a6e3
commit 08f3e890bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}
}