]> git.sesse.net Git - stockfish/blobdiff - src/position.cpp
Let material probing to access per-thread table
[stockfish] / src / position.cpp
index eed6d8850873209fbf072e3a1968b783eb9f06d6..d29e77135e6e1883fae2319bc44e9b0ed66970d7 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <algorithm>
 #include <cassert>
-#include <cstring>
+#include <cstring>   // For std::memset
 #include <iomanip>
 #include <sstream>