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"