X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftt.cpp;h=8918e515fd5180c8c5a5f21523c4f5c2e2268538;hb=611a29f7675d3e5dc7e5e2b63cca9274eae05578;hp=375c00a67308fbc934e7cad2fe569f5a780468f3;hpb=9ca4359f3691305fc5e3306c3084c83557ce09c0;p=stockfish diff --git a/src/tt.cpp b/src/tt.cpp index 375c00a6..8918e515 100644 --- a/src/tt.cpp +++ b/src/tt.cpp @@ -24,6 +24,7 @@ #include #include +#include #include "tt.h" @@ -70,7 +71,7 @@ void TranspositionTable::set_size(size_t mbSize) { { std::cerr << "Failed to allocate " << mbSize << " MB for transposition table." << std::endl; - Application::exit_with_failure(); + exit(EXIT_FAILURE); } clear(); }