]> git.sesse.net Git - stockfish/blobdiff - src/tt.cpp
Let material probing to access per-thread table
[stockfish] / src / tt.cpp
index 19f21de22f21ee12f077538f4a812f46ef40a64c..76cd9218aad633997240f01217396e1b6aa54ff6 100644 (file)
@@ -17,7 +17,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <cstring>
+#include <cstring>   // For std::memset
 #include <iostream>
 
 #include "bitboard.h"