Added SelfSelectClient stub.

This commit is contained in:
XMRig
2019-10-12 00:24:47 +07:00
parent 33c1bcd30e
commit ceaccf2b8a
17 changed files with 209 additions and 51 deletions

View File

@@ -26,7 +26,7 @@
#define XMRIG_ICLIENT_H
#include <stdint.h>
#include <cstdint>
namespace xmrig {

View File

@@ -26,7 +26,7 @@
#define XMRIG_ICLIENTLISTENER_H
#include <stdint.h>
#include <cstdint>
#include "rapidjson/fwd.h"