mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-03-10 12:31:27 +00:00
Fix 32-bit build error: include util.h to get int64 typedef
This commit is contained in:
parent
5f2b41d54d
commit
b4b7ed1915
@ -16,6 +16,8 @@ class CBlockIndex;
|
|||||||
#include "json/json_spirit_writer_template.h"
|
#include "json/json_spirit_writer_template.h"
|
||||||
#include "json/json_spirit_utils.h"
|
#include "json/json_spirit_utils.h"
|
||||||
|
|
||||||
|
#include "util.h"
|
||||||
|
|
||||||
json_spirit::Object JSONRPCError(int code, const std::string& message);
|
json_spirit::Object JSONRPCError(int code, const std::string& message);
|
||||||
|
|
||||||
void ThreadRPCServer(void* parg);
|
void ThreadRPCServer(void* parg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user