Fix include.

Took 32 minutes
This commit is contained in:
Lukas Brübach 2025-09-10 00:53:15 +02:00
parent f937ec8e2a
commit 865f0b7eae

View file

@ -1,7 +1,7 @@
#ifndef COCKATRICE_GAME_H
#define COCKATRICE_GAME_H
#include "../../../cmake-build-debug/common/pb/game_replay.pb.h"
#include "../../../common/pb/game_replay.pb.h"
#include "game_event_handler.h"
#include "game_meta_info.h"
#include "game_state.h"