]> git.sesse.net Git - stockfish/blobdiff - src/nnue/nnue_common.h
Add Stockfish namespace.
[stockfish] / src / nnue / nnue_common.h
index 33e58745e7f0b549f7029feeb8297470b3a44fa4..09a152a53c90197f2c85191f169a5e13b658be2d 100644 (file)
@@ -43,7 +43,7 @@
 #include <arm_neon.h>
 #endif
 
-namespace Eval::NNUE {
+namespace Stockfish::Eval::NNUE {
 
   // Version of the evaluation file
   constexpr std::uint32_t kVersion = 0x7AF32F16u;
@@ -127,6 +127,6 @@ namespace Eval::NNUE {
       return result;
   }
 
-}  // namespace Eval::NNUE
+}  // namespace Stockfish::Eval::NNUE
 
 #endif // #ifndef NNUE_COMMON_H_INCLUDED