]> git.sesse.net Git - stockfish/blobdiff - src/nnue/features/index_list.h
Add Stockfish namespace.
[stockfish] / src / nnue / features / index_list.h
index ca3ebee56176c0a90200eb670d84f6e769b8db56..9f03993bedecae37cbdda8318c550625995302bb 100644 (file)
@@ -24,7 +24,7 @@
 #include "../../position.h"
 #include "../nnue_architecture.h"
 
-namespace Eval::NNUE::Features {
+namespace Stockfish::Eval::NNUE::Features {
 
   // Class template used for feature index list
   template <typename T, std::size_t MaxSize>
@@ -59,6 +59,6 @@ namespace Eval::NNUE::Features {
       : public ValueList<IndexType, RawFeatures::kMaxActiveDimensions> {
   };
 
-}  // namespace Eval::NNUE::Features
+}  // namespace Stockfish::Eval::NNUE::Features
 
 #endif // NNUE_FEATURES_INDEX_LIST_H_INCLUDED