Merge remote-tracking branch 'origin/master'

This commit is contained in:
Ben Gräf 2018-07-12 12:49:07 +02:00
commit 1f5950a0cc

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