Browse Source

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

pull/145/head
jtimon 10 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 map<CNetAddr, LocalServiceInfo> mapLocalHost;
extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost;
class CNodeStats
{

Loading…
Cancel
Save