mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 21:02:38 -03:00
Fix 32-bit build error: include util.h to get int64 typedef
This commit is contained in:
parent
5f2b41d54d
commit
b4b7ed1915
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ class CBlockIndex;
|
|||
#include "json/json_spirit_writer_template.h"
|
||||
#include "json/json_spirit_utils.h"
|
||||
|
||||
#include "util.h"
|
||||
|
||||
json_spirit::Object JSONRPCError(int code, const std::string& message);
|
||||
|
||||
void ThreadRPCServer(void* parg);
|
||||
|
|
Loading…
Reference in a new issue