]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
fixed std:: stuff
authorfez <fez@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 5 Feb 2008 02:42:39 +0000 (02:42 +0000)
committerfez <fez@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 5 Feb 2008 02:42:39 +0000 (02:42 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8827 e03df62e-2008-0410-955e-edbf42e46eb7

include/socketengines/socketengine_iocp.h

index 118b2fd6f10f4df130dada3fd87d2302817a6453..845228967bba913be96db4fe0dbf10b12c7ae2b3 100644 (file)
@@ -111,7 +111,7 @@ class IOCPEngine : public SocketEngine
 
        /** This is kinda shitty... :/ for getting an address from a real fd. 
         */
-       map<int, EventHandler*> m_binding;
+       std::map<int, EventHandler*> m_binding;
 
 public:
        /** Holds the preallocated buffer passed to WSARecvFrom