X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fdepth.h;fp=src%2Fdepth.h;h=f77dd0d3d926ac20dda6f5c48560c528db64ed63;hp=ab88f652a4bda753fdeeaac42478027767920276;hb=a5ae7fe26030bdd73a95fde3ebe841abfe84ec5e;hpb=94b9c65e09b5d396bebb29b62d9979139b5fbdfa diff --git a/src/depth.h b/src/depth.h index ab88f652..f77dd0d3 100644 --- a/src/depth.h +++ b/src/depth.h @@ -21,6 +21,8 @@ #if !defined(DEPTH_H_INCLUDED) #define DEPTH_H_INCLUDED +#include "types.h" + //// //// Types //// @@ -33,5 +35,6 @@ enum Depth { DEPTH_NONE = -127 * ONE_PLY }; +ENABLE_OPERATORS_ON(Depth); #endif // !defined(DEPTH_H_INCLUDED)