aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab
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 /src/game_tab
parentb9aa1085df08c4a8901ca0433de25a170b33e6d6 (diff)
Update chessarbiter and add missing include
Diffstat (limited to 'src/game_tab')
-rw-r--r--src/game_tab/right_panel/LiveEngineDialog.hpp1
1 files changed, 1 insertions, 0 deletions
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);