X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/f323e60831f4e1e3c35ae0ed5592e49eb485eeb6..b27841d687ec9e84983340b5581376dfb24010ea:/projects/stargazer/plugins/other/smux/handlers.cpp diff --git a/projects/stargazer/plugins/other/smux/handlers.cpp b/projects/stargazer/plugins/other/smux/handlers.cpp index ac179da9..a3e06138 100644 --- a/projects/stargazer/plugins/other/smux/handlers.cpp +++ b/projects/stargazer/plugins/other/smux/handlers.cpp @@ -1,14 +1,19 @@ -#include +#include "smux.h" +#include "utils.h" + +#include "stg/common.h" +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wold-style-cast" #include "stg/GetRequest-PDU.h" #include "stg/GetResponse-PDU.h" #include "stg/VarBindList.h" #include "stg/VarBind.h" +#pragma GCC diagnostic pop -#include "stg/common.h" +#include -#include "utils.h" -#include "smux.h" +using STG::SMUX; #ifdef SMUX_DEBUG bool SMUX::CloseHandler(const SMUX_PDUs_t * pdus)