Fixed build without HTTP.
This commit is contained in:
parent
51690ebad6
commit
99e9073993
6 changed files with 58 additions and 13 deletions
|
@ -56,8 +56,11 @@ protected:
|
|||
private:
|
||||
uint64_t referenceHash() const;
|
||||
void printExit();
|
||||
|
||||
# ifdef XMRIG_FEATURE_HTTP
|
||||
void send(const rapidjson::Value &body);
|
||||
void setError(const char *message);
|
||||
# endif
|
||||
|
||||
bool m_reset = false;
|
||||
const Algorithm m_algo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue