]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Increment minor section number from 3.7.1 to 3.8.1.
[stockfish] / src / search.h
index 48a0f7ce710e7c9b684bf42bd09f863d7b864e14..c6dbffce0c71ce7649f61431478538cffe0a5568 100644 (file)
@@ -19,6 +19,7 @@
 #ifndef SEARCH_H_INCLUDED
 #define SEARCH_H_INCLUDED
 
+#include <cstdint>
 #include <vector>
 
 #include "misc.h"
@@ -80,7 +81,7 @@ struct RootMove {
   std::vector<Move> pv;
 };
 
-typedef std::vector<RootMove> RootMoves;
+using RootMoves = std::vector<RootMove>;
 
 
 /// LimitsType struct stores information sent by GUI about available time to