From bbc394077fc375018764f49cd0279a94dff7de93 Mon Sep 17 00:00:00 2001 From: geoffthemedio Date: Tue, 9 Apr 2024 21:00:22 +0200 Subject: [PATCH] missing #include --- Empire/Diplomacy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Empire/Diplomacy.h b/Empire/Diplomacy.h index d37a4c4927e..f1991dd1bbb 100644 --- a/Empire/Diplomacy.h +++ b/Empire/Diplomacy.h @@ -2,6 +2,7 @@ #define _Diplomacy_h_ #include +#include #include #include #include "../util/Enum.h"