X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbenchmark.cpp;h=f42c0e6c312460742dd944d1765398bd2f001788;hp=6ac64d4309b1c0531b1c32ff61371343e0bee849;hb=c2fc80e5d16339266b5bf6687fa843ff65de3b3e;hpb=b1f57e92cea7bd36126ef8c26928d8991b74baef diff --git a/src/benchmark.cpp b/src/benchmark.cpp index 6ac64d43..f42c0e6c 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -107,7 +107,7 @@ void benchmark(istringstream& is) { for (size_t i = 0; i < fens.size(); i++) { - Position pos(fens[i], false); + Position pos(fens[i], false, NULL); cerr << "\nPosition: " << i + 1 << '/' << fens.size() << endl;