aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-10 16:20:38 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-10 16:20:38 +0100
commitb7e48fe351005700d779210a6dcf68158d4266fe (patch)
tree21dd3d33d1ddddc8e643f4645ba6f055a53fd0fb
parentb9aa1085df08c4a8901ca0433de25a170b33e6d6 (diff)
Update chessarbiter and add missing include
m---------libs/chessarbiter0
-rw-r--r--src/game_tab/right_panel/LiveEngineDialog.hpp1
2 files changed, 1 insertions, 0 deletions
diff --git a/libs/chessarbiter b/libs/chessarbiter
-Subproject 9e8b8d630cdf7dfafdd0a37bb095b4e4afe1047
+Subproject 6f48becb9186a399e3a4dddb778570e7057752c
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 <wx/timer.h>
+#include <algorithm>
wxDECLARE_EVENT(SHOW_ENGINE_EVALUATION, wxCommandEvent);