X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=811b2e2a9460ef0437322fde8d76ce8731303eb5;hp=5e51c18e043398fe44e5cee7e3125a39114e1b9d;hb=a0e2debe3f1d14f84984a9a2c1482dc41f695548;hpb=0f3f5d85fb5c9f75199f27fbf7a725ff3e8bb4dc diff --git a/src/search.h b/src/search.h index 5e51c18e..811b2e2a 100644 --- a/src/search.h +++ b/src/search.h @@ -25,6 +25,8 @@ #include "movepick.h" #include "types.h" +namespace Stockfish { + class Position; namespace Search { @@ -47,7 +49,6 @@ struct Stack { Value staticEval; int statScore; int moveCount; - int distanceFromPv; bool inCheck; bool ttPv; bool ttHit; @@ -107,4 +108,6 @@ void clear(); } // namespace Search +} // namespace Stockfish + #endif // #ifndef SEARCH_H_INCLUDED