From 51cf34b9ed5a42d9708c7f5ed5c4a7f6e4b88e62 Mon Sep 17 00:00:00 2001 From: Duzzuti Date: Thu, 21 Dec 2023 15:17:16 +0000 Subject: [PATCH] Add missing include --- include/data_structs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/data_structs.h b/include/data_structs.h index 8e45600..2b31190 100644 --- a/include/data_structs.h +++ b/include/data_structs.h @@ -2,6 +2,8 @@ #include #include +#include "deck.h" + enum class Actions { FOLD, CALL,