X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/5ff8211bdcd5f110621c0ff01fa0854b5e6d9762..b463b9f9a916554458fc576342125ff2f22efdac:/projects/stargazer/services_impl.h diff --git a/projects/stargazer/services_impl.h b/projects/stargazer/services_impl.h index 2bb9c879..31aa72b2 100644 --- a/projects/stargazer/services_impl.h +++ b/projects/stargazer/services_impl.h @@ -58,8 +58,8 @@ private: SERVICES_IMPL(const SERVICES_IMPL & rvalue); SERVICES_IMPL & operator=(const SERVICES_IMPL & rvalue); - typedef list<SERVICE_CONF>::iterator srv_iter; - typedef list<SERVICE_CONF>::const_iterator const_srv_iter; + typedef std::list<SERVICE_CONF>::iterator srv_iter; + typedef std::list<SERVICE_CONF>::const_iterator const_srv_iter; bool Read();