From 36c45ae7d8d2577a900ec266b64448d4b488013d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 29 Jun 2017 20:13:40 +0300 Subject: Move cast macroses into separate file. --- src/net/eathena/bankrecv.cpp | 2 ++ src/net/messageout.h | 2 ++ src/net/packetcounters.cpp | 2 ++ src/net/updatetypeoperators.cpp | 2 ++ 4 files changed, 8 insertions(+) (limited to 'src/net') diff --git a/src/net/eathena/bankrecv.cpp b/src/net/eathena/bankrecv.cpp index 9f566d5a4..12b17727b 100644 --- a/src/net/eathena/bankrecv.cpp +++ b/src/net/eathena/bankrecv.cpp @@ -28,6 +28,8 @@ #include "net/messagein.h" +#include "utils/cast.h" + #include "debug.h" namespace EAthena diff --git a/src/net/messageout.h b/src/net/messageout.h index 247cf31b9..1be005220 100644 --- a/src/net/messageout.h +++ b/src/net/messageout.h @@ -25,6 +25,8 @@ #include "enums/simpletypes/beingid.h" +#include "utils/cast.h" + #include #include "localconsts.h" diff --git a/src/net/packetcounters.cpp b/src/net/packetcounters.cpp index 4170c2cf0..6d0a8bbf6 100644 --- a/src/net/packetcounters.cpp +++ b/src/net/packetcounters.cpp @@ -22,6 +22,8 @@ #include "net/packetcounters.h" +#include "utils/cast.h" + #include "debug.h" extern volatile time_t cur_time; diff --git a/src/net/updatetypeoperators.cpp b/src/net/updatetypeoperators.cpp index 8ba8224a0..1ee52455c 100644 --- a/src/net/updatetypeoperators.cpp +++ b/src/net/updatetypeoperators.cpp @@ -20,6 +20,8 @@ #include "net/updatetypeoperators.h" +#include "utils/cast.h" + #include "debug.h" int operator&(const UpdateTypeT &a, const UpdateTypeT &b) -- cgit v1.2.3-60-g2f50