diff --git a/src/servers/Server_Common/Util/UtilMath.cpp b/src/servers/Server_Common/Util/UtilMath.cpp index fe534f5f..680998d1 100644 --- a/src/servers/Server_Common/Util/UtilMath.cpp +++ b/src/servers/Server_Common/Util/UtilMath.cpp @@ -1,4 +1,4 @@ -#include +#include #include "UtilMath.h" float Core::Math::Util::distanceSq( float x, float y, float z, float x1, float y1, float z1 ) diff --git a/src/servers/Server_Zone/Actor/BattleNpc.cpp b/src/servers/Server_Zone/Actor/BattleNpc.cpp index 618d5695..436e072f 100644 --- a/src/servers/Server_Zone/Actor/BattleNpc.cpp +++ b/src/servers/Server_Zone/Actor/BattleNpc.cpp @@ -2,6 +2,7 @@ #include #include #include +#include #include #include diff --git a/src/servers/Server_Zone/Actor/CalcBattle.cpp b/src/servers/Server_Zone/Actor/CalcBattle.cpp index 772e59f1..1ead6ed5 100644 --- a/src/servers/Server_Zone/Actor/CalcBattle.cpp +++ b/src/servers/Server_Zone/Actor/CalcBattle.cpp @@ -3,6 +3,7 @@ #include "CalcBattle.h" #include "Actor.h" #include "Player.h" +#include using namespace Core::Entity;