From 5ae5ac37014655937949cb38dd57af0984d1ea25 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Mon, 3 Jul 2023 21:20:27 +0100 Subject: [PATCH] Add missing includes to cargo_type.h --- src/cargo_type.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cargo_type.h b/src/cargo_type.h index 808ac13339..48af1a7ed9 100644 --- a/src/cargo_type.h +++ b/src/cargo_type.h @@ -12,6 +12,9 @@ #include "core/enum_type.hpp" +#include +#include + /** * Cargo slots to indicate a cargo type within a game. * Numbers are re-used between different climates.