diff --git a/proxy/http/HttpSessionManager.h b/proxy/http/HttpSessionManager.h index 9d7266e191f..af5ee997076 100644 --- a/proxy/http/HttpSessionManager.h +++ b/proxy/http/HttpSessionManager.h @@ -34,7 +34,7 @@ #include "I_EventSystem.h" #include "PoolableSession.h" -#include "tscore/IntrusiveHashMap.h" +#include "swoc/IntrusiveHashMap.h" class ProxyTransaction; class HttpSM; @@ -76,8 +76,8 @@ class ServerSessionPool : public Continuation } private: - using IPTable = IntrusiveHashMap; - using FQDNTable = IntrusiveHashMap; + using IPTable = swoc::IntrusiveHashMap; + using FQDNTable = swoc::IntrusiveHashMap; public: /** Check if a session matches address and host name.