]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Add Stockfish namespace.
[stockfish] / src / uci.cpp
index b3017e910696860b0bd7da46756ed97f9dfc61bf..47a8824e8035294ca11fc23a6a728ba4f85656bc 100644 (file)
@@ -34,6 +34,8 @@
 
 using namespace std;
 
+namespace Stockfish {
+
 extern vector<string> setup_bench(const Position&, istream&);
 
 namespace {
@@ -369,3 +371,5 @@ Move UCI::to_move(const Position& pos, string& str) {
 
   return MOVE_NONE;
 }
+
+} // namespace Stockfish