diff --git a/scan_engine.cc b/scan_engine.cc index 4b6bd9554..70fb4dc46 100644 --- a/scan_engine.cc +++ b/scan_engine.cc @@ -3740,7 +3740,7 @@ static void doAnyOutstandingRetransmits(UltraScanInfo *USI) { list::iterator probeI; /* A cache of the last processed probe from each host, to avoid re-examining a bunch of probes to find the next one that needs to be retransmitted. */ - map::iterator> probe_cache; + std::map::iterator> probe_cache; HostScanStats *host = NULL; UltraProbe *probe = NULL; int retrans = 0; /* Number of retransmissions during a loop */