From 815abe7aabf47814dc391d19dedd6e9b23f100a1 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 29 Jul 2026 08:49:58 +0200 Subject: adding transpositions --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 8a1821e..0bdd150 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,6 +4,8 @@ #include #include +using namespace std; + int main() { InitZobrist(); srand(time(0)); -- cgit v1.2.3