mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-15 15:13:52 +01:00
Fix 32-bit build error: include util.h to get int64 typedef
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user