X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fhistory.h;h=7899c842ae99b54fc0b4552639631c317413b4df;hp=2eb93d85926045632dc8b7f0211565e74f56715a;hb=55bd27b8f08a151128d7065fa2819aa3e9605299;hpb=8307da0de77c9c7bbf7c56a7d9c8a688ff4dfb4e 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