Add missing includes to town_type.h, network_survey.h, pool_type.hpp

This commit is contained in:
Jonathan G Rennison
2023-07-03 22:43:37 +01:00
parent 0bf41dc1ff
commit c0d47da4a7
3 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
#define TOWN_TYPE_H
#include "core/enum_type.hpp"
#include <vector>
typedef uint16 TownID;
struct Town;