diff --git a/cpp/src/stickfosh.cpp b/cpp/src/stickfosh.cpp index 615d41d..7798cef 100644 --- a/cpp/src/stickfosh.cpp +++ b/cpp/src/stickfosh.cpp @@ -62,7 +62,7 @@ void perft(std::string pos) { int moves = move_generation_test(b, depth, depth); auto end = std::chrono::steady_clock::now(); auto elapsed = - std::chrono::duration_cast(end - start) + std::chrono::duration_cast(end - start) .count(); std::cout << "Results: " << moves << " ";