diff options
Diffstat (limited to 'src/player_func.h')
-rw-r--r-- | src/player_func.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player_func.h b/src/player_func.h index 2017e2cc6..2f698add9 100644 --- a/src/player_func.h +++ b/src/player_func.h @@ -8,6 +8,7 @@ #include "core/math_func.hpp" #include "player_type.h" #include "tile_type.h" +#include "strings_type.h" void ChangeOwnershipOfPlayerItems(PlayerID old_player, PlayerID new_player); void GetNameOfOwner(Owner owner, TileIndex tile); |