]> git.sesse.net Git - stockfish/blobdiff - src/main.cpp
Use std::vector to implement HashTable
[stockfish] / src / main.cpp
index 3dcb3f6d9eb72c0777bee35146056acd787981a7..505f2ef3831b2632094d65ee86696562dc38e448 100644 (file)
@@ -25,6 +25,7 @@
 #include "position.h"
 #include "search.h"
 #include "thread.h"
+#include "tt.h"
 #include "ucioption.h"
 
 using namespace std;