]> git.sesse.net Git - stockfish/blobdiff - src/movepick.cpp
Add Stockfish namespace.
[stockfish] / src / movepick.cpp
index 0ceeb8eaf60794bfc2df804468955131ef2a9a76..4ff4cff44b448f518a534a776b1321eef83387ba 100644 (file)
@@ -20,6 +20,8 @@
 
 #include "movepick.h"
 
+namespace Stockfish {
+
 namespace {
 
   enum Stages {
@@ -263,3 +265,5 @@ top:
   assert(false);
   return MOVE_NONE; // Silence warning
 }
+
+} // namespace Stockfish