]> git.sesse.net Git - stockfish/blobdiff - src/syzygy/tbprobe.h
Add Stockfish namespace.
[stockfish] / src / syzygy / tbprobe.h
index cefd39ce8de3ee775fe4e01eb94965ff37c0201f..56734af9bdc6227d0bb68a7804d10b54ebb82003 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "../search.h"
 
-namespace Tablebases {
+namespace Stockfish::Tablebases {
 
 enum WDLScore {
     WDLLoss        = -2, // Loss
@@ -73,6 +73,6 @@ inline std::ostream& operator<<(std::ostream& os, const ProbeState v) {
     return os;
 }
 
-}
+} // namespace Stockfish::Tablebases
 
 #endif