]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socketengines/socketengine_iocp.h
Don't neglect calling User::CheckClass after SetClass, so that users don't end up...
[user/henk/code/inspircd.git] / include / socketengines / socketengine_iocp.h
index 118b2fd6f10f4df130dada3fd87d2302817a6453..80689017c2c9e9323eb62a2048b939389299b078 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "inspircd_config.h"
 #include "inspircd_win32wrapper.h"
-#include "globals.h"
 #include "inspircd.h"
 #include "socketengine.h"
 
@@ -111,7 +110,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