net.h was using std namespace through chainparams.h included in protocol.h

This commit is contained in:
jtimon 2014-06-04 12:52:15 +02:00
parent c8c52de3a0
commit 2871889e83
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ struct LocalServiceInfo {
};
extern CCriticalSection cs_mapLocalHost;
extern map<CNetAddr, LocalServiceInfo> mapLocalHost;
extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost;
class CNodeStats
{