net.h was using std namespace through chainparams.h included in protocol.h
This commit is contained in:
parent
c8c52de3a0
commit
2871889e83
1 changed files with 1 additions and 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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue