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

View file

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