]> git.sesse.net Git - stockfish/blobdiff - src/movegen.cpp
Retire broken SendSearchedNodes
[stockfish] / src / movegen.cpp
index 36ff3d81627bf88b74cf2958acb8996b9759b587..90d0135a4d0dbe246aa38daa54b94d28820d5ad4 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "bitcount.h"
 #include "movegen.h"
+#include "position.h"
 
 // Simple macro to wrap a very common while loop, no facny, no flexibility,
 // hardcoded list name 'mlist' and from square 'from'.