From b7e48fe351005700d779210a6dcf68158d4266fe Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 10 Jan 2023 16:20:38 +0100 Subject: [PATCH] Update chessarbiter and add missing include --- libs/chessarbiter | 2 +- src/game_tab/right_panel/LiveEngineDialog.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/chessarbiter b/libs/chessarbiter index 9e8b8d6..6f48bec 160000 --- a/libs/chessarbiter +++ b/libs/chessarbiter @@ -1 +1 @@ -Subproject commit 9e8b8d630cdf7dfafdd0a37bb095b4e4afe10478 +Subproject commit 6f48becb9186a399e3a4dddb778570e7057752c7 diff --git a/src/game_tab/right_panel/LiveEngineDialog.hpp b/src/game_tab/right_panel/LiveEngineDialog.hpp index d99c3f5..69e3af1 100644 --- a/src/game_tab/right_panel/LiveEngineDialog.hpp +++ b/src/game_tab/right_panel/LiveEngineDialog.hpp @@ -3,6 +3,7 @@ #include "UCI.hpp" #include "ochess.hpp" #include +#include wxDECLARE_EVENT(SHOW_ENGINE_EVALUATION, wxCommandEvent);