]> git.sesse.net Git - stockfish/blobdiff - src/nnue/features/half_kp.cpp
Add Stockfish namespace.
[stockfish] / src / nnue / features / half_kp.cpp
index b52a45f25233bd6866e1faf93ea0823408b7edb7..ac6317e7da66d4c424f523e39a993e9aa6ecfe51 100644 (file)
@@ -21,7 +21,7 @@
 #include "half_kp.h"
 #include "index_list.h"
 
-namespace Eval::NNUE::Features {
+namespace Stockfish::Eval::NNUE::Features {
 
   // Orient a square according to perspective (rotates by 180 for black)
   inline Square orient(Color perspective, Square s) {
@@ -65,4 +65,4 @@ namespace Eval::NNUE::Features {
 
   template class HalfKP<Side::kFriend>;
 
-}  // namespace Eval::NNUE::Features
+}  // namespace Stockfish::Eval::NNUE::Features