X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbenchmark.cpp;h=bb43f4e6aa14db2c90fdde2f366ceb4d828b91a4;hp=d0afee898695b50616b951987136d987e8af401d;hb=25113861552c9c09ce5dbd5a20510db2fd2e65b0;hpb=efeb37c33f15a903dbe5706529a7a26511e9ca58 diff --git a/src/benchmark.cpp b/src/benchmark.cpp index d0afee89..bb43f4e6 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -22,6 +22,7 @@ //// Includes //// #include +#include #include #include "search.h" @@ -125,7 +126,7 @@ void benchmark(int argc, char* argv[]) { { Move moves[1] = { MOVE_NONE }; int dummy[2] = { 0, 0 }; - Position pos(*it, 0); + Position pos(*it, false, 0); cerr << "\nBench position: " << cnt << '/' << positions.size() << endl << endl; if (valType == "perft") {