From 107c5a416009fe5db6a24f13c7d3e6d312c5efa0 Mon Sep 17 00:00:00 2001 From: RickyRister Date: Thu, 6 Nov 2025 19:12:31 -0800 Subject: [PATCH] fix include --- cockatrice/src/game/player/player_actions.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cockatrice/src/game/player/player_actions.h b/cockatrice/src/game/player/player_actions.h index 34ddb7942..6f46202f0 100644 --- a/cockatrice/src/game/player/player_actions.h +++ b/cockatrice/src/game/player/player_actions.h @@ -7,6 +7,8 @@ #ifndef COCKATRICE_PLAYER_ACTIONS_H #define COCKATRICE_PLAYER_ACTIONS_H + +#include "../board/card_list.h" #include "event_processing_options.h" #include "player.h"