From 8e47b8f9f8a017f25a1c9a9baba05b0bf9b12d2d Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 16 Aug 2026 11:22:34 +0200 Subject: perf(draw) instead of having a hash map for three fold repetion check now we have --- src/zobrist.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/zobrist.cpp') diff --git a/src/zobrist.cpp b/src/zobrist.cpp index 20ac5e9..8c50d3d 100644 --- a/src/zobrist.cpp +++ b/src/zobrist.cpp @@ -1,6 +1,7 @@ #include "zobrist.hpp" #include "board/board.hpp" +#include #include uint64_t PieceKeys[2][7][64]; -- cgit v1.2.3