diff options
Diffstat (limited to 'src/network/network_base.h')
-rw-r--r-- | src/network/network_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/network_base.h b/src/network/network_base.h index 15f410dbc..9ad030062 100644 --- a/src/network/network_base.h +++ b/src/network/network_base.h @@ -14,6 +14,7 @@ #include "core/address.h" #include "../core/pool_type.hpp" #include "../company_type.h" +#include "../date_type.h" /** Type for the pool with client information. */ typedef Pool<NetworkClientInfo, ClientIndex, 8, MAX_CLIENT_SLOTS, PT_NCLIENT> NetworkClientInfoPool; |