Fix 32-bit build error: include util.h to get int64 typedef

This commit is contained in:
Gavin Andresen 2012-08-21 11:58:47 -04:00
parent 5f2b41d54d
commit b4b7ed1915
1 changed files with 2 additions and 0 deletions

View File

@ -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);