X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftimeman.h;fp=src%2Ftimeman.h;h=9ad6bdcccf9c3ab2711f3b251bcd916263d0685a;hp=3462b8236a77e0f202fb5a5632180a0b5d68ed44;hb=3c0e86a91e48baea273306e45fb6cf13a59373cf;hpb=8cd5cbf6939d76b33a744f1379a6f84a4ac3a6cb diff --git a/src/timeman.h b/src/timeman.h index 3462b823..9ad6bdcc 100644 --- a/src/timeman.h +++ b/src/timeman.h @@ -19,9 +19,12 @@ #ifndef TIMEMAN_H_INCLUDED #define TIMEMAN_H_INCLUDED +#include + #include "misc.h" #include "search.h" #include "thread.h" +#include "types.h" namespace Stockfish {