diff options
author | Jorge Timón <jtimon@jtimon.cc> | 2015-07-05 14:17:46 +0200 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2015-07-23 21:10:22 +0200 |
commit | 9dd793f499254600efa468938cef9baa28ac81b0 (patch) | |
tree | 5e42b1266d5e8c5fb64366778b6a3118a79adf2e /src/rpcnet.cpp | |
parent | 45d1f5932ba85b8e5f3e2cc6839bf7a257ca460a (diff) |
TRIVIAL: Missing includes
Diffstat (limited to 'src/rpcnet.cpp')
-rw-r--r-- | src/rpcnet.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index dd631905fd..ed903f9fd3 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -4,6 +4,7 @@ #include "rpcserver.h" +#include "chainparams.h" #include "clientversion.h" #include "main.h" #include "net.h" @@ -12,6 +13,7 @@ #include "sync.h" #include "timedata.h" #include "util.h" +#include "utilstrencodings.h" #include "version.h" #include <boost/foreach.hpp> |