]> git.sesse.net Git - stockfish/blobdiff - src/nnue/features/half_kp.h
Add Stockfish namespace.
[stockfish] / src / nnue / features / half_kp.h
index d203dc22abbdacaf1cc92bf0feccdf28dc2416c8..2461acb725a2a5899ecc45368a1747e5fc901e32 100644 (file)
@@ -24,7 +24,7 @@
 #include "../../evaluate.h"
 #include "features_common.h"
 
-namespace Eval::NNUE::Features {
+namespace Stockfish::Eval::NNUE::Features {
 
   // Feature HalfKP: Combination of the position of own king
   // and the position of pieces other than kings
@@ -54,6 +54,6 @@ namespace Eval::NNUE::Features {
                                      IndexList* removed, IndexList* added);
   };
 
-}  // namespace Eval::NNUE::Features
+}  // namespace Stockfish::Eval::NNUE::Features
 
 #endif // #ifndef NNUE_FEATURES_HALF_KP_H_INCLUDED