Update chessarbiter and add missing include

This commit is contained in:
Loic Guegan 2023-01-10 16:20:38 +01:00
parent b9aa1085df
commit b7e48fe351
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9e8b8d630cdf7dfafdd0a37bb095b4e4afe10478
Subproject commit 6f48becb9186a399e3a4dddb778570e7057752c7

View file

@ -3,6 +3,7 @@
#include "UCI.hpp"
#include "ochess.hpp"
#include <wx/timer.h>
#include <algorithm>
wxDECLARE_EVENT(SHOW_ENGINE_EVALUATION, wxCommandEvent);