From f7c76d0154c92d80a6afe605e915c942cdb62d28 Mon Sep 17 00:00:00 2001 From: RickyRister Date: Thu, 26 Dec 2024 03:18:43 -0800 Subject: [PATCH] fix build errors --- cockatrice/src/game/zones/select_zone.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cockatrice/src/game/zones/select_zone.h b/cockatrice/src/game/zones/select_zone.h index 4ee6d3b1b..07a8d7a0d 100644 --- a/cockatrice/src/game/zones/select_zone.h +++ b/cockatrice/src/game/zones/select_zone.h @@ -3,6 +3,8 @@ #include "card_zone.h" +#include + /** * A CardZone where the cards are laid out, with each card directly interactable by clicking. */