X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fhistory.h;h=7899c842ae99b54fc0b4552639631c317413b4df;hp=2eb93d85926045632dc8b7f0211565e74f56715a;hb=a189a5f0c53ec444652fdec78cff206279575bf8;hpb=24b25b4827df4b3629d46ef019f4fea645d6dc91 diff --git a/src/history.h b/src/history.h index 2eb93d85..7899c842 100644 --- a/src/history.h +++ b/src/history.h @@ -20,9 +20,10 @@ #if !defined(HISTORY_H_INCLUDED) #define HISTORY_H_INCLUDED -#include "types.h" -#include #include +#include + +#include "types.h" /// The History class stores statistics about how often different moves /// have been successful or unsuccessful during the current search. These