diff options
author | jtimon <jtimon@monetize.io> | 2014-06-04 12:52:15 +0200 |
---|---|---|
committer | jtimon <jtimon@monetize.io> | 2014-06-04 13:29:36 +0200 |
commit | 2871889e834b664bcaa3fdb3ecb6c5cdc751afb1 (patch) | |
tree | 1ad770b9f6dcdac9c424394d8dc8b2efdf4ecb2a | |
parent | c8c52de3a05b617bc399e2dd45901e74237b7fc1 (diff) |
net.h was using std namespace through chainparams.h included in protocol.h
-rw-r--r-- | src/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ struct LocalServiceInfo { }; extern CCriticalSection cs_mapLocalHost; -extern map<CNetAddr, LocalServiceInfo> mapLocalHost; +extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost; class CNodeStats { |