Browse Source

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

try
jtimon 11 years ago
parent
commit
2871889e83
  1. 2
      src/net.h

2
src/net.h

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

Loading…
Cancel
Save