From 0f27415c6836e827419d3478b33e3e7f4a4019f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Tue, 9 Sep 2025 02:51:24 +0200 Subject: [PATCH] Fix an include. Took 3 minutes --- cockatrice/src/game/player/player_actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/game/player/player_actions.cpp b/cockatrice/src/game/player/player_actions.cpp index 553e3fac1..de1c6f38c 100644 --- a/cockatrice/src/game/player/player_actions.cpp +++ b/cockatrice/src/game/player/player_actions.cpp @@ -1,6 +1,6 @@ #include "player_actions.h" -#include "../../../../cmake-build-debug/common/pb/context_move_card.pb.h" +#include "../../../common/pb/context_move_card.pb.h" #include "../../client/get_text_with_max.h" #include "../../client/tabs/tab_game.h" #include "../../dialogs/dlg_move_top_cards_until.h"