Add missing includes to cargo_type.h

This commit is contained in:
Jonathan G Rennison
2023-07-03 21:20:27 +01:00
parent b8bb0d820a
commit 5ae5ac3701

View File

@@ -12,6 +12,9 @@
#include "core/enum_type.hpp"
#include <algorithm>
#include <array>
/**
* Cargo slots to indicate a cargo type within a game.
* Numbers are re-used between different climates.