forked from lthn/blockchain
compilation fixes
This commit is contained in:
parent
74f30a8c5f
commit
4bf6a5e2d1
3 changed files with 4 additions and 4 deletions
|
|
@ -55,7 +55,7 @@ ENDMACRO(ENABLE_SHARED_PCH_EXECUTABLE)
|
|||
|
||||
file(GLOB_RECURSE PCH pch/*)
|
||||
file(GLOB_RECURSE COMMON common/*)
|
||||
file(GLOB CRYPTO crypto/*.*)
|
||||
file(GLOB_RECURSE CRYPTO crypto/*)
|
||||
file(GLOB_RECURSE CURRENCY_CORE currency_core/*)
|
||||
file(GLOB_RECURSE CURRENCY_PROTOCOL currency_protocol/*)
|
||||
file(GLOB_RECURSE DAEMON daemon/*)
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
|
||||
#include "RIPEMD160_helper.h"
|
||||
#include "auto_val_init.h"
|
||||
//extern "C" {
|
||||
extern "C" {
|
||||
#include "RIPEMD160.h"
|
||||
//}
|
||||
}
|
||||
|
||||
#define RMDsize 160
|
||||
|
||||
|
|
|
|||
|
|
@ -245,4 +245,4 @@ namespace stratum
|
|||
|
||||
} // namespace stratum
|
||||
|
||||
inline std::ostream &operator <<(std::ostream &o, const ethash_hash256 &v) { return print256(o, v); }
|
||||
inline std::ostream &operator <<(std::ostream &o, const ethash_hash256 &v) { return print_t(o, v); }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue