X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_cloaking.cpp;h=7bcfb0af273a86f541d385466bea8746e77db3a8;hb=ea7aa89d61f5090ee7e7ecbe9eb633e1189ce40a;hp=d7f4082eeff4bfbd4581f2b590139467316698d5;hpb=2d821f2980825be73e3f90b47ffff365b0ec5ecb;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_cloaking.cpp b/src/modules/m_cloaking.cpp index d7f4082ee..7bcfb0af2 100644 --- a/src/modules/m_cloaking.cpp +++ b/src/modules/m_cloaking.cpp @@ -29,7 +29,10 @@ using namespace std; // the server->server link, and all encoding of hosts is // done locally on the server by this module. -#include +#include +#include +#include +#include #include "users.h" #include "channels.h" #include "modules.h"