mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
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…
Add table
Add a link
Reference in a new issue