]> git.sesse.net Git - stockfish/blobdiff - src/bitboard.cpp
Let material probing to access per-thread table
[stockfish] / src / bitboard.cpp
index edadb8e3cf057c2e54e8e29f1a838a5637141a66..4771e677349af9d5d79d1f11057cbf7e5ffab245 100644 (file)
@@ -18,7 +18,7 @@
 */
 
 #include <algorithm>
-#include <cstring> // For memset
+#include <cstring>   // For std::memset
 
 #include "bitboard.h"
 #include "bitcount.h"