diff --git a/src/common/Utilities/Containers.h b/src/common/Utilities/Containers.h index 5cab071db99..916026b7408 100644 --- a/src/common/Utilities/Containers.h +++ b/src/common/Utilities/Containers.h @@ -21,8 +21,8 @@ #include "Define.h" #include "Random.h" #include -#include #include +#include #include #include #include diff --git a/src/server/game/Entities/Player/PlayerTaxi.h b/src/server/game/Entities/Player/PlayerTaxi.h index 4a7f8a713a9..305d84b2e18 100644 --- a/src/server/game/Entities/Player/PlayerTaxi.h +++ b/src/server/game/Entities/Player/PlayerTaxi.h @@ -22,6 +22,7 @@ #include "Define.h" #include #include +#include class ByteBuffer; struct FactionTemplateEntry;