]> git.sesse.net Git - stockfish/blobdiff - src/depth.h
Disable templetized operators by default
[stockfish] / src / depth.h
index ab88f652a4bda753fdeeaac42478027767920276..f77dd0d3d926ac20dda6f5c48560c528db64ed63 100644 (file)
@@ -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)