From 17fa3cd5236f76107631693b71026d7e12b2f1d1 Mon Sep 17 00:00:00 2001 From: Ted Turocy Date: Thu, 24 Oct 2024 16:06:01 +0100 Subject: [PATCH] Add missing header --- src/games/stratspt.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/games/stratspt.cc b/src/games/stratspt.cc index be3878be2..a8ccb1790 100644 --- a/src/games/stratspt.cc +++ b/src/games/stratspt.cc @@ -20,6 +20,8 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +#include + #include "gambit.h" #include "gametable.h"