]> git.sesse.net Git - stockfish/blobdiff - src/tt.h
Greatly simplify move_from_uci()
[stockfish] / src / tt.h
index bc981c9450991ebf20f2a7c484af00478fed4c0d..fa77f72829c5e8062cc5a2bd51c6a87f5e1e1aee 100644 (file)
--- a/src/tt.h
+++ b/src/tt.h
@@ -21,9 +21,7 @@
 #if !defined(TT_H_INCLUDED)
 #define TT_H_INCLUDED
 
-////
-//// Includes
-////
+#include <iostream>
 
 #include "depth.h"
 #include "move.h"